forked from phoenix-oss/llama-stack-mirror
Dont include 3B / 1B models for bedrock since they arent ondemand
This commit is contained in:
parent
c39a3777b5
commit
ceadaf1840
3 changed files with 0 additions and 20 deletions
|
@ -48,14 +48,6 @@ MODEL_ALIASES = [
|
|||
"meta.llama3-1-405b-instruct-v1:0",
|
||||
CoreModelId.llama3_1_405b_instruct.value,
|
||||
),
|
||||
build_model_alias(
|
||||
"meta.llama3-2-3b-instruct-v1:0",
|
||||
CoreModelId.llama3_2_3b_instruct.value,
|
||||
),
|
||||
build_model_alias(
|
||||
"meta.llama3-2-1b-instruct-v1:0",
|
||||
CoreModelId.llama3_2_1b_instruct.value,
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue