Skip to content

Commit

Permalink
Bump briton version for stop words support (#1231)
Browse files Browse the repository at this point in the history
* bump briton ver to include detokenization fix as well
  • Loading branch information
bdubayah authored Nov 6, 2024
1 parent d28a29a commit 398ba3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.49rc1"
version = "0.9.49rc5"
description = "A seamless bridge from model development to model delivery"
license = "MIT"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions truss/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@

REGISTRY_BUILD_SECRET_PREFIX = "DOCKER_REGISTRY_"

TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.13.0_v0.0.15"
TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.13.0_v0.0.17"
TRTLLM_PYTHON_EXECUTABLE = "/usr/bin/python3"
BASE_TRTLLM_REQUIREMENTS = ["briton==0.3.7"]
BASE_TRTLLM_REQUIREMENTS = ["briton==0.3.9"]
AUDIO_MODEL_TRTLLM_REQUIREMENTS = [
"--extra-index-url https://pypi.nvidia.com",
"tensorrt_cu12_bindings==10.2.0.post1",
Expand Down

0 comments on commit 398ba3e

Please sign in to comment.