Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
9d54ee00
Unverified
Commit
9d54ee00
authored
Mar 30, 2026
by
Tanmay Verma
Committed by
GitHub
Mar 30, 2026
Browse files
chore: Advance to Tensorrt-LLM 1.3.0rc9 (#7635)
Signed-off-by:
Tanmay Verma
<
tanmayv@nvidia.com
>
parent
2887cd1c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
benchmarks/pyproject.toml
benchmarks/pyproject.toml
+1
-1
container/context.yaml
container/context.yaml
+2
-2
container/deps/requirements.common.txt
container/deps/requirements.common.txt
+1
-1
docs/reference/support-matrix.md
docs/reference/support-matrix.md
+1
-1
pyproject.toml
pyproject.toml
+1
-1
No files found.
benchmarks/pyproject.toml
View file @
9d54ee00
...
...
@@ -48,7 +48,7 @@ dependencies = [
"pandas"
,
"pydantic>=2"
,
"tabulate"
,
# Satisfies vLLM 0.11.0 (>=4.55.2), vLLM 0.11.2 (>=4.56.0,<5), TRT-LLM 1.3.0rc
8
(==4.57.1), SGLang 0.5.8 (==4.57.1)
# Satisfies vLLM 0.11.0 (>=4.55.2), vLLM 0.11.2 (>=4.56.0,<5), TRT-LLM 1.3.0rc
9
(==4.57.1), SGLang 0.5.8 (==4.57.1)
"transformers>=4.56.0"
,
]
...
...
container/context.yaml
View file @
9d54ee00
...
...
@@ -96,10 +96,10 @@ trtllm:
python_version
:
"
3.12"
index_url
:
https://pypi.nvidia.com/
pip_wheel_dir
:
/tmp/trtllm_wheel/
pip_wheel
:
tensorrt-llm==1.3.0rc
8
pip_wheel
:
tensorrt-llm==1.3.0rc
9
trtllm_wheel_image
:
nvcr.io/nvidia/tensorrt-llm/release:${TENSORRTLLM_PIP_WHEEL#*==}
github_trtllm_commit
:
v1.3.0rc
8
github_trtllm_commit
:
v1.3.0rc
9
torch_version
:
2.10.0a0+b4e4ee81d3.nv25.12
torch_tensorrt_version
:
2.10.0a0
torchvision_version
:
0.25.0a0+ca221243
...
...
container/deps/requirements.common.txt
View file @
9d54ee00
...
...
@@ -22,7 +22,7 @@ tensorboard>=2.19.0,<2.21.0
tensorboardX==2.6.2.2
# Transformers version constraint for container builds
# - vLLM 0.11.0: >=4.55.2, vLLM 0.11.2: >=4.56.0,<5
# - TensorRT-LLM 1.3.0rc
8
: ==4.57.1
# - TensorRT-LLM 1.3.0rc
9
: ==4.57.1
# - SGLang 0.5.8: ==4.57.1
# Using >=4.56.0 to satisfy all frameworks
transformers>=4.56.0
...
...
docs/reference/support-matrix.md
View file @
9d54ee00
...
...
@@ -29,7 +29,7 @@ The following table shows the backend framework versions included with each Dyna
|
**Dynamo**
|
**SGLang**
|
**TensorRT-LLM**
|
**vLLM**
|
**NIXL**
|
| :--- | :--- | :--- | :--- | :--- |
|
**main (ToT)**
|
`0.5.9`
|
`1.3.0rc
8
`
|
`0.18.0`
|
`0.10.1`
|
|
**main (ToT)**
|
`0.5.9`
|
`1.3.0rc
9
`
|
`0.18.0`
|
`0.10.1`
|
|
**v1.1.0-dev.1**
*(experimental)*
|
`0.5.9`
|
`1.3.0rc5.post1`
|
`0.17.1`
|
`0.10.1`
|
|
**v1.0.1**
|
`0.5.9`
|
`1.3.0rc5.post1`
|
`0.16.0`
|
`0.10.1`
|
|
**v1.0.0**
|
`0.5.9`
|
`1.3.0rc5.post1`
|
`0.16.0`
|
`0.10.1`
|
...
...
pyproject.toml
View file @
9d54ee00
...
...
@@ -44,7 +44,7 @@ Repository = "https://github.com/ai-dynamo/dynamo.git"
[project.optional-dependencies]
trtllm
=[
"uvloop"
,
"tensorrt-llm==1.3.0rc
8
"
,
"tensorrt-llm==1.3.0rc
9
"
,
]
vllm
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment