Skip to content

Commit f89b134

Browse files
authored
trt-llm 0.17 -> initial versions (#1416)
* add initial versions * change bei image * Update constants.py * Update pyproject.toml * Update pyproject.toml
1 parent 3d36d22 commit f89b134

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.64"
3+
version = "0.9.65rc1"
44
description = "A seamless bridge from model development to model delivery"
55
license = "MIT"
66
readme = "README.md"

truss/base/constants.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@
104104

105105
TRTLLM_SPEC_DEC_TARGET_MODEL_NAME = "target"
106106
TRTLLM_SPEC_DEC_DRAFT_MODEL_NAME = "draft"
107-
TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.16.0-2e07e71"
107+
TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.17.0-f9f857b"
108108
TRTLLM_PYTHON_EXECUTABLE = "/usr/local/briton/venv/bin/python"
109-
BASE_TRTLLM_REQUIREMENTS = ["briton==0.4.4"]
110-
BEI_TRTLLM_BASE_IMAGE = "baseten/bei:0.0.17@sha256:9c3577f6ec672d6da5aca18e9c0ebdddd65ed80c8858e757fbde7e9cf48de01d"
109+
BASE_TRTLLM_REQUIREMENTS = ["briton==0.4.5"]
110+
BEI_TRTLLM_BASE_IMAGE = "baseten/bei:0.0.18"
111111

112112
BEI_TRTLLM_PYTHON_EXECUTABLE = "/usr/bin/python3"
113113

0 commit comments

Comments
 (0)