mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 09:21:45 +00:00
uncomment
This commit is contained in:
parent
da82fb22f6
commit
0ffcbb8cdb
1 changed files with 4 additions and 4 deletions
|
@ -48,10 +48,10 @@ model_aliases = [
|
||||||
"llama3.1:8b-instruct-fp16",
|
"llama3.1:8b-instruct-fp16",
|
||||||
CoreModelId.llama3_1_8b_instruct.value,
|
CoreModelId.llama3_1_8b_instruct.value,
|
||||||
),
|
),
|
||||||
# build_model_alias_with_just_provider_model_id(
|
build_model_alias_with_just_provider_model_id(
|
||||||
# "llama3.1:8b",
|
"llama3.1:8b",
|
||||||
# CoreModelId.llama3_1_8b_instruct.value,
|
CoreModelId.llama3_1_8b_instruct.value,
|
||||||
# ),
|
),
|
||||||
build_model_alias(
|
build_model_alias(
|
||||||
"llama3.1:70b-instruct-fp16",
|
"llama3.1:70b-instruct-fp16",
|
||||||
CoreModelId.llama3_1_70b_instruct.value,
|
CoreModelId.llama3_1_70b_instruct.value,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue