File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ class InferenceContainerTypeFamily(ExtendedEnum):
5858 AQUA_VLLM_LLAMA4_CONTAINER_FAMILY = "odsc-vllm-serving-llama4"
5959 AQUA_TGI_CONTAINER_FAMILY = "odsc-tgi-serving"
6060 AQUA_LLAMA_CPP_CONTAINER_FAMILY = "odsc-llama-cpp-serving"
61+ AQUA_VLLM_OPENAI_CONTAINER_FAMILY = "odsc-vllm-serving-openai"
6162
6263
6364class CustomInferenceContainerTypeFamily (ExtendedEnum ):
Original file line number Diff line number Diff line change @@ -1160,10 +1160,7 @@ def get_deployment_default_params(
11601160 f"{ AQUA_DEPLOYMENT_CONTAINER_METADATA_NAME } key is not available in the custom metadata field for model { model_id } ."
11611161 )
11621162
1163- if (
1164- container_type_key
1165- and container_type_key in InferenceContainerTypeFamily .values ()
1166- ):
1163+ if container_type_key :
11671164 deployment_config = self .get_deployment_config (model_id )
11681165
11691166 instance_shape_config = deployment_config .configuration .get (
You can’t perform that action at this time.
0 commit comments