mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 18:50:44 +00:00
correct parameter order of build_model_alias call in inference.py
This commit is contained in:
parent
74f6af8bbe
commit
bd0db384e7
1 changed files with 1 additions and 1 deletions
|
@ -121,8 +121,8 @@ class MetaReferenceInferenceImpl(
|
||||||
self.model_registry_helper = ModelRegistryHelper(
|
self.model_registry_helper = ModelRegistryHelper(
|
||||||
[
|
[
|
||||||
build_model_alias(
|
build_model_alias(
|
||||||
llama_model.descriptor(),
|
|
||||||
llama_model.core_model_id.value,
|
llama_model.core_model_id.value,
|
||||||
|
llama_model.descriptor(),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue