change to dev

This commit is contained in:
Honglin Cao 2025-03-04 17:56:47 -05:00
parent 3742affaaa
commit 98549b826d
2 changed files with 4 additions and 8 deletions

View file

@ -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,
),
]