cleanup, moving stuff to common, nuke utils

This commit is contained in:
Ashwin Bharambe 2024-08-03 20:32:57 -07:00
parent fe582a739d
commit 803976df26
13 changed files with 263 additions and 396 deletions

View file

@ -54,7 +54,7 @@ class MetaReferenceInferenceImpl(Inference):
async def initialize(self) -> None:
self.generator = LlamaModelParallelGenerator(self.config)
# self.generator.start()
self.generator.start()
async def shutdown(self) -> None:
self.generator.stop()