Skip to content

Commit a8e7d21

Browse files
mahmoudhasMahmoud
and
Mahmoud
authored
[tracer] bump briton version (#1447)
Co-authored-by: Mahmoud <mahmoud.hassan@baseten.co>
1 parent 125922a commit a8e7d21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "truss"
3-
version = "0.9.68rc002"
3+
version = "0.9.68rc003"
44
description = "A seamless bridge from model development to model delivery"
55
license = "MIT"
66
readme = "README.md"

truss/base/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105

106106
TRTLLM_SPEC_DEC_TARGET_MODEL_NAME = "target"
107107
TRTLLM_SPEC_DEC_DRAFT_MODEL_NAME = "draft"
108-
TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.17.0_v0.0.23"
108+
TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.17.0_v0.0.24"
109109
TRTLLM_PYTHON_EXECUTABLE = "/usr/local/briton/venv/bin/python"
110110
BASE_TRTLLM_REQUIREMENTS = ["briton==0.4.8"]
111111
BEI_TRTLLM_BASE_IMAGE = "baseten/bei:0.0.18"

0 commit comments

Comments
 (0)