Skip to content

Commit 06c8bae

Browse files
authored
Bump briton (#1340)
1 parent 66610b4 commit 06c8bae

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.59rc018"
3+
version = "0.9.59rc019"
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
@@ -103,7 +103,7 @@
103103
TRTLLM_SPEC_DEC_DRAFT_MODEL_NAME = "draft"
104104
TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.16.0-9747933"
105105
TRTLLM_PYTHON_EXECUTABLE = "/usr/local/briton/venv/bin/python"
106-
BASE_TRTLLM_REQUIREMENTS = ["briton==0.4.1"]
106+
BASE_TRTLLM_REQUIREMENTS = ["briton==0.4.2"]
107107
BEI_TRTLLM_BASE_IMAGE = "baseten/bei:0.0.14@sha256:3ec1691665e36186a52237f4afa4e25054fe05b06c285c8a0bee633fb3e4d9bc"
108108

109109
BEI_TRTLLM_PYTHON_EXECUTABLE = "/usr/bin/python3"

0 commit comments

Comments
 (0)