mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 10:13:05 +00:00
.
This commit is contained in:
parent
d159fbf46f
commit
ddbe84dff2
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ model_aliases = [
|
||||||
"llama3.2-vision:90b",
|
"llama3.2-vision:90b",
|
||||||
CoreModelId.llama3_2_90b_vision_instruct.value,
|
CoreModelId.llama3_2_90b_vision_instruct.value,
|
||||||
),
|
),
|
||||||
build_model_alias_with_just_provider_model_id(
|
build_model_alias(
|
||||||
"llama3.3:70b",
|
"llama3.3:70b",
|
||||||
CoreModelId.llama3_3_70b_instruct.value,
|
CoreModelId.llama3_3_70b_instruct.value,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue