From 3ddcc08ed7bb8ae70d3f8196309054f1e4867962 Mon Sep 17 00:00:00 2001 From: Bryce Dubayah Date: Sun, 27 Oct 2024 01:32:17 +0000 Subject: [PATCH] bump versions --- pyproject.toml | 2 +- truss/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 98387fc49..668752e88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "truss" -version = "0.9.45rc014" +version = "0.9.45rc015" 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 b1dfaae51..68e48af86 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.dev0"] +BASE_TRTLLM_REQUIREMENTS = ["briton==0.3.2.dev1"] AUDIO_MODEL_TRTLLM_REQUIREMENTS = [ "--extra-index-url https://pypi.nvidia.com", "tensorrt_cu12_bindings==10.2.0.post1",