We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66237e commit a1975b0Copy full SHA for a1975b0
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "truss"
3
-version = "0.9.68rc001"
+version = "0.9.68rc002"
4
description = "A seamless bridge from model development to model delivery"
5
license = "MIT"
6
readme = "README.md"
truss/base/constants.py
@@ -105,7 +105,7 @@
105
106
TRTLLM_SPEC_DEC_TARGET_MODEL_NAME = "target"
107
TRTLLM_SPEC_DEC_DRAFT_MODEL_NAME = "draft"
108
-TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.17.0_v0.0.22"
+TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.17.0_v0.0.23"
109
TRTLLM_PYTHON_EXECUTABLE = "/usr/local/briton/venv/bin/python"
110
BASE_TRTLLM_REQUIREMENTS = ["briton==0.4.8"]
111
BEI_TRTLLM_BASE_IMAGE = "baseten/bei:0.0.18"
0 commit comments