Skip to content

Commit

Permalink
don't default to openai compatible tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bdubayah committed Oct 29, 2024
1 parent 26193f7 commit 1bf79ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions truss/contexts/image_builder/serving_image_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
MAX_SUPPORTED_PYTHON_VERSION_IN_CUSTOM_BASE_IMAGE,
MIN_SUPPORTED_PYTHON_VERSION_IN_CUSTOM_BASE_IMAGE,
MODEL_DOCKERFILE_NAME,
OPENAI_COMPATIBLE_TAG,
REQUIREMENTS_TXT_FILENAME,
SERVER_CODE_DIR,
SERVER_DOCKERFILE_TEMPLATE_NAME,
Expand Down Expand Up @@ -421,8 +420,6 @@ def copy_into_build_dir(from_path: Path, path_in_build_dir: str):
)

config.requirements.extend(BASE_TRTLLM_REQUIREMENTS)

config.model_metadata["tags"] = [OPENAI_COMPATIBLE_TAG]
else:
config.requirements.extend(AUDIO_MODEL_TRTLLM_REQUIREMENTS)
config.system_packages.extend(AUDIO_MODEL_TRTLLM_SYSTEM_PACKAGES)
Expand Down

0 comments on commit 1bf79ee

Please sign in to comment.