From 9242f359778f1b8b39cea4e9af5edd2a6b0e0206 Mon Sep 17 00:00:00 2001 From: Bryce Dubayah Date: Fri, 24 Jan 2025 16:13:37 -0800 Subject: [PATCH 1/2] bump briton server --- pyproject.toml | 2 +- truss/base/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d614b9fd1..6eaf14ba1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "truss" -version = "0.9.59rc019" +version = "0.9.59rc020.dev0" 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 0b4e476bc..3b076b258 100644 --- a/truss/base/constants.py +++ b/truss/base/constants.py @@ -101,7 +101,7 @@ TRTLLM_SPEC_DEC_TARGET_MODEL_NAME = "target" TRTLLM_SPEC_DEC_DRAFT_MODEL_NAME = "draft" -TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.16.0-9747933" +TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.16.0-5be7b58" TRTLLM_PYTHON_EXECUTABLE = "/usr/local/briton/venv/bin/python" BASE_TRTLLM_REQUIREMENTS = ["briton==0.4.2"] BEI_TRTLLM_BASE_IMAGE = "baseten/bei:0.0.14@sha256:3ec1691665e36186a52237f4afa4e25054fe05b06c285c8a0bee633fb3e4d9bc" From 569403008c24334c6eba503a5ae207d0d23e9b41 Mon Sep 17 00:00:00 2001 From: Bryce Dubayah Date: Fri, 24 Jan 2025 17:09:22 -0800 Subject: [PATCH 2/2] bump ver --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6eaf14ba1..7e05178f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "truss" -version = "0.9.59rc020.dev0" +version = "0.9.59rc020" description = "A seamless bridge from model development to model delivery" license = "MIT" readme = "README.md"