Dont include 3B / 1B models for bedrock since they arent ondemand

This commit is contained in:
Ashwin Bharambe 2024-12-18 06:30:02 -08:00
parent c39a3777b5
commit ceadaf1840
3 changed files with 0 additions and 20 deletions

View file

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