mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-28 04:21:58 +00:00
fix typo un sambanova llama4 scout model name
This commit is contained in:
parent
49bf4211da
commit
ecf84a3b2f
2 changed files with 31 additions and 31 deletions
|
|
@ -47,7 +47,7 @@ MODEL_ENTRIES = [
|
|||
CoreModelId.llama_guard_3_8b.value,
|
||||
),
|
||||
build_hf_repo_model_entry(
|
||||
"Llama-4-Scout-17B-16E-Instruct",
|
||||
"sambanova/Llama-4-Scout-17B-16E-Instruct",
|
||||
CoreModelId.llama4_scout_17b_16e_instruct.value,
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue