From fb5ce878918412c112e3196534eeb5242121a955 Mon Sep 17 00:00:00 2001 From: Bryce Dubayah Date: Wed, 30 Oct 2024 12:48:05 -0700 Subject: [PATCH] bump briton version (#1210) --- pyproject.toml | 2 +- truss/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2a8890a3f..46144d7e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "truss" -version = "0.9.46rc002" +version = "0.9.46rc003" 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 b8ab86da5..84b51892b 100644 --- a/truss/constants.py +++ b/truss/constants.py @@ -106,7 +106,7 @@ REGISTRY_BUILD_SECRET_PREFIX = "DOCKER_REGISTRY_" -TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.13.0_v0.0.14" +TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.13.0_v0.0.15" TRTLLM_PYTHON_EXECUTABLE = "/usr/bin/python3" BASE_TRTLLM_REQUIREMENTS = ["briton==0.3.2"] AUDIO_MODEL_TRTLLM_REQUIREMENTS = [