Skip to content

Commit ce559d9

Browse files
authored
Merge pull request #1432 from basetenlabs/bump-version-0.9.67
Release 0.9.67
2 parents 5c97735 + 40305c5 commit ce559d9

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.66"
3+
version = "0.9.67"
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-f9f857b"
108+
TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.17.0_v0.0.20"
109109
TRTLLM_PYTHON_EXECUTABLE = "/usr/local/briton/venv/bin/python"
110-
BASE_TRTLLM_REQUIREMENTS = ["briton==0.4.5"]
110+
BASE_TRTLLM_REQUIREMENTS = ["briton==0.4.7"]
111111
BEI_TRTLLM_BASE_IMAGE = "baseten/bei:0.0.18"
112112

113113
BEI_TRTLLM_PYTHON_EXECUTABLE = "/usr/bin/python3"

0 commit comments

Comments
 (0)