Skip to content

Commit ace66f0

Browse files
mahmoudhasMahmoud
and
Mahmoud
authored
[briton] upgrade to use the new tracer (#1444)
Co-authored-by: Mahmoud <mahmoud.hassan@baseten.co>
1 parent 1cd1d0a commit ace66f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.67rc004"
3+
version = "0.9.68rc001"
44
description = "A seamless bridge from model development to model delivery"
55
license = "MIT"
66
readme = "README.md"

truss/base/constants.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@
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.20"
108+
TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.17.0_v0.0.22"
109109
TRTLLM_PYTHON_EXECUTABLE = "/usr/local/briton/venv/bin/python"
110-
BASE_TRTLLM_REQUIREMENTS = ["briton==0.4.7"]
110+
BASE_TRTLLM_REQUIREMENTS = ["briton==0.4.8"]
111111
BEI_TRTLLM_BASE_IMAGE = "baseten/bei:0.0.18"
112112

113113
BEI_TRTLLM_PYTHON_EXECUTABLE = "/usr/bin/python3"

0 commit comments

Comments
 (0)