mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 09:21:45 +00:00
fix: Add llama-3.2-1b-instruct to NVIDIA fine-tuned model list
This commit is contained in:
parent
b5a9ef4c6d
commit
ccd90b2fa0
1 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,11 @@ _MODEL_ENTRIES = [
|
||||||
build_hf_repo_model_entry(
|
build_hf_repo_model_entry(
|
||||||
"meta/llama-3.1-8b-instruct",
|
"meta/llama-3.1-8b-instruct",
|
||||||
CoreModelId.llama3_1_8b_instruct.value,
|
CoreModelId.llama3_1_8b_instruct.value,
|
||||||
)
|
),
|
||||||
|
build_hf_repo_model_entry(
|
||||||
|
"meta/llama-3.2-1b-instruct",
|
||||||
|
CoreModelId.llama3_2_1b_instruct.value,
|
||||||
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue