diff --git a/pyproject.toml b/pyproject.toml index 668752e88..76f340e89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "truss" -version = "0.9.45rc015" +version = "0.9.45rc016" description = "A seamless bridge from model development to model delivery" license = "MIT" readme = "README.md" diff --git a/truss/constants.py b/truss/constants.py index 68e48af86..2e9c86f30 100644 --- a/truss/constants.py +++ b/truss/constants.py @@ -108,7 +108,7 @@ TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.13.0_v0.0.13" TRTLLM_PYTHON_EXECUTABLE = "/usr/bin/python3" -BASE_TRTLLM_REQUIREMENTS = ["briton==0.3.2.dev1"] +BASE_TRTLLM_REQUIREMENTS = ["briton==0.3.2.dev3"] AUDIO_MODEL_TRTLLM_REQUIREMENTS = [ "--extra-index-url https://pypi.nvidia.com", "tensorrt_cu12_bindings==10.2.0.post1",