Skip to content

Commit

Permalink
Bump briton server (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdubayah authored Jan 25, 2025
1 parent 06c8bae commit 5ed8e37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "truss"
version = "0.9.59rc019"
version = "0.9.59rc020"
description = "A seamless bridge from model development to model delivery"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion truss/base/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

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

0 comments on commit 5ed8e37

Please sign in to comment.