Skip to content

Commit

Permalink
bump briton version (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdubayah authored Oct 30, 2024
1 parent 4dc45df commit fb5ce87
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.46rc002"
version = "0.9.46rc003"
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/briton-server:v0.13.0_v0.0.14"
TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.13.0_v0.0.15"
TRTLLM_PYTHON_EXECUTABLE = "/usr/bin/python3"
BASE_TRTLLM_REQUIREMENTS = ["briton==0.3.2"]
AUDIO_MODEL_TRTLLM_REQUIREMENTS = [
Expand Down

0 comments on commit fb5ce87

Please sign in to comment.