address comment

This commit is contained in:
Botao Chen 2024-12-18 14:32:23 -08:00
parent 75c881770a
commit 9e5b7d5c9e
2 changed files with 4 additions and 0 deletions

View file

@ -73,6 +73,9 @@ class MetaReferenceInferenceImpl(
self.model_id = None
self.llama_model = None
async def initialize(self) -> None:
pass
async def load_model(self, model_id, llama_model) -> None:
log.info(f"Loading model `{model_id}`")
if self.config.create_distributed_process_group: