Commit f89b134 1 parent 3d36d22 commit f89b134 Copy full SHA for f89b134
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " truss"
3
- version = " 0.9.64 "
3
+ version = " 0.9.65rc1 "
4
4
description = " A seamless bridge from model development to model delivery"
5
5
license = " MIT"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change 104
104
105
105
TRTLLM_SPEC_DEC_TARGET_MODEL_NAME = "target"
106
106
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 "
108
108
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 "
111
111
112
112
BEI_TRTLLM_PYTHON_EXECUTABLE = "/usr/bin/python3"
113
113
You can’t perform that action at this time.
0 commit comments