Skip to content

Commit a1975b0

Browse files
mahmoudhasMahmoud
and
Mahmoud
authored
upgrade briton base image (#1445)
Co-authored-by: Mahmoud <mahmoud.hassan@baseten.co>
1 parent c66237e commit a1975b0

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.68rc001"
3+
version = "0.9.68rc002"
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.22"
108+
TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.17.0_v0.0.23"
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)