Skip to content

Commit 5ed8e37

Browse files
authored
Bump briton server (#1341)
1 parent 06c8bae commit 5ed8e37

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.59rc019"
3+
version = "0.9.59rc020"
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
@@ -101,7 +101,7 @@
101101

102102
TRTLLM_SPEC_DEC_TARGET_MODEL_NAME = "target"
103103
TRTLLM_SPEC_DEC_DRAFT_MODEL_NAME = "draft"
104-
TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.16.0-9747933"
104+
TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.16.0-5be7b58"
105105
TRTLLM_PYTHON_EXECUTABLE = "/usr/local/briton/venv/bin/python"
106106
BASE_TRTLLM_REQUIREMENTS = ["briton==0.4.2"]
107107
BEI_TRTLLM_BASE_IMAGE = "baseten/bei:0.0.14@sha256:3ec1691665e36186a52237f4afa4e25054fe05b06c285c8a0bee633fb3e4d9bc"

0 commit comments

Comments
 (0)