mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 16:54:42 +00:00
refine
This commit is contained in:
parent
7ab807ad76
commit
92a367340c
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ class MetaReferenceInferenceImpl(
|
||||||
pass
|
pass
|
||||||
|
|
||||||
async def register_model(self, model: Model) -> Model:
|
async def register_model(self, model: Model) -> Model:
|
||||||
print("model metadata", model.metadata["llama_model"])
|
|
||||||
llama_model = (
|
llama_model = (
|
||||||
resolve_model(model.metadata["llama_model"])
|
resolve_model(model.metadata["llama_model"])
|
||||||
if "llama_model" in model.metadata
|
if "llama_model" in model.metadata
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue