mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-03 04:12:16 +00:00
change to dev
This commit is contained in:
parent
3742affaaa
commit
98549b826d
2 changed files with 4 additions and 8 deletions
|
|
@ -57,12 +57,8 @@ from .config import CentMLImplConfig
|
|||
# published model identifiers to llama-stack's `CoreModelId`.
|
||||
MODEL_ALIASES = [
|
||||
build_model_entry(
|
||||
"meta-llama/Llama-3.3-70B-Instruct",
|
||||
CoreModelId.llama3_3_70b_instruct.value,
|
||||
),
|
||||
build_model_entry(
|
||||
"meta-llama/Llama-3.1-405B-Instruct-FP8",
|
||||
CoreModelId.llama3_1_405b_instruct.value,
|
||||
"meta-llama/Llama-3.2-3B-Instruct",
|
||||
CoreModelId.llama3_2_3b_instruct.value,
|
||||
),
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue