Skip to content

Commit

Permalink
bump briton 0.3.13rc0 and truss 0.9.56rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
joostinyi committed Dec 12, 2024
1 parent 80a965b commit b232e14
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.56rc3"
version = "0.9.56rc4"
description = "A seamless bridge from model development to model delivery"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion truss/base/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
TRTLLM_SPEC_DEC_DRAFT_MODEL_NAME = "draft"
TRTLLM_BASE_IMAGE = "baseten/briton-server:v0.13.0-4fd8a10-5e5c3d7"
TRTLLM_PYTHON_EXECUTABLE = "/usr/bin/python3"
BASE_TRTLLM_REQUIREMENTS = ["briton==0.3.12.dev8"]
BASE_TRTLLM_REQUIREMENTS = ["briton==0.3.13rc0"]
AUDIO_MODEL_TRTLLM_REQUIREMENTS = [
"--extra-index-url https://pypi.nvidia.com",
"tensorrt_cu12_bindings==10.2.0.post1",
Expand Down

0 comments on commit b232e14

Please sign in to comment.