From 304cb8f94350c25397f91001fb360a6f1c62407d Mon Sep 17 00:00:00 2001 From: Bryce Dubayah Date: Fri, 13 Dec 2024 18:15:24 -0800 Subject: [PATCH] bump versions --- pyproject.toml | 2 +- truss/base/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2f5634499..a81fade7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "truss" -version = "0.9.56rc3" +version = "0.9.56rc5" description = "A seamless bridge from model development to model delivery" license = "MIT" readme = "README.md" diff --git a/truss/base/constants.py b/truss/base/constants.py index 0cce6fa13..45edea2d1 100644 --- a/truss/base/constants.py +++ b/truss/base/constants.py @@ -109,7 +109,7 @@ TRTLLM_SPEC_DEC_DRAFT_MODEL_NAME = "draft" TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.13.0-4fd8a10-5e5c3d7" TRTLLM_PYTHON_EXECUTABLE = "/usr/bin/python3" -BASE_TRTLLM_REQUIREMENTS = ["briton==0.3.12.dev8"] +BASE_TRTLLM_REQUIREMENTS = ["briton==0.3.13.dev3"] AUDIO_MODEL_TRTLLM_REQUIREMENTS = [ "--extra-index-url https://pypi.nvidia.com", "tensorrt_cu12_bindings==10.2.0.post1",