mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 20:02:37 +00:00
temp commit
This commit is contained in:
parent
b2dbb5e3fe
commit
30f6eb282f
7 changed files with 16 additions and 15 deletions
|
|
@ -94,7 +94,6 @@ class MetaReferenceInferenceImpl(
|
|||
],
|
||||
)
|
||||
model = await self.model_registry_helper.register_model(model)
|
||||
print("model type", type(model))
|
||||
if model.model_type == ModelType.embedding:
|
||||
self._load_sentence_transformer_model(model.provider_resource_id)
|
||||
|
||||
|
|
@ -304,7 +303,6 @@ class MetaReferenceInferenceImpl(
|
|||
|
||||
if self.config.create_distributed_process_group:
|
||||
async with SEMAPHORE:
|
||||
print("after SEMAPHORE")
|
||||
return impl()
|
||||
else:
|
||||
return impl()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue