Skip to content

Commit

Permalink
update briton server version (#992)
Browse files Browse the repository at this point in the history
* update briton server version
* set version to rc
  • Loading branch information
GaryBaseten authored Jun 21, 2024
1 parent 14c56db commit 59b9fed
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.16"
version = "0.9.17rc1"
description = "A seamless bridge from model development to model delivery"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion truss/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
REGISTRY_BUILD_SECRET_PREFIX = "DOCKER_REGISTRY_"

TRTLLM_BASE_IMAGE = "baseten/triton_trt_llm:v0.9.0"
BRITON_TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.0.1"
BRITON_TRTLLM_BASE_IMAGE = "baseten/briton-server:250d9c29_v0.0.2"
TRTLLM_PYTHON_EXECUTABLE = "/usr/bin/python3"
BASE_TRTLLM_REQUIREMENTS = [
"tritonclient[all]==2.42.0",
Expand Down

0 comments on commit 59b9fed

Please sign in to comment.