Unverified Commit 8483e4a0 authored by Yuewei Na's avatar Yuewei Na Committed by GitHub
Browse files

chore: Upgrade to tensorrt-llm==1.3.0rc5 (#6579)


Signed-off-by: default avatarYuewei Na <nv-yna@users.noreply.github.com>
Co-authored-by: default avatarYuewei Na <nv-yna@users.noreply.github.com>
parent ebaf048d
...@@ -49,7 +49,7 @@ dependencies = [ ...@@ -49,7 +49,7 @@ dependencies = [
"pydantic>=2", "pydantic>=2",
"tabulate", "tabulate",
"types-tabulate", "types-tabulate",
# Satisfies vLLM 0.11.0 (>=4.55.2), vLLM 0.11.2 (>=4.56.0,<5), TRT-LLM 1.3.0rc3 (==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.0rc5 (==4.57.1), SGLang 0.5.8 (==4.57.1)
"transformers>=4.56.0", "transformers>=4.56.0",
"pytest-mypy", "pytest-mypy",
] ]
......
...@@ -78,10 +78,10 @@ trtllm: ...@@ -78,10 +78,10 @@ trtllm:
python_version: "3.12" python_version: "3.12"
index_url: https://pypi.nvidia.com/ index_url: https://pypi.nvidia.com/
pip_wheel_dir: /tmp/trtllm_wheel/ pip_wheel_dir: /tmp/trtllm_wheel/
pip_wheel: tensorrt-llm==1.3.0rc3 pip_wheel: tensorrt-llm==1.3.0rc5
trtllm_wheel_image: nvcr.io/nvidia/tensorrt-llm/release:${TENSORRTLLM_PIP_WHEEL#*==} trtllm_wheel_image: nvcr.io/nvidia/tensorrt-llm/release:${TENSORRTLLM_PIP_WHEEL#*==}
github_trtllm_commit: v1.3.0rc3 github_trtllm_commit: v1.3.0rc5
torch_version: 2.10.0a0+b4e4ee81d3.nv25.12 torch_version: 2.10.0a0+b4e4ee81d3.nv25.12
torch_tensorrt_version: 2.10.0a0 torch_tensorrt_version: 2.10.0a0
torchvision_version: 0.25.0a0+ca221243 torchvision_version: 0.25.0a0+ca221243
......
...@@ -54,7 +54,7 @@ tensorboard>=2.19.0,<2.21.0 ...@@ -54,7 +54,7 @@ tensorboard>=2.19.0,<2.21.0
tensorboardX==2.6.2.2 tensorboardX==2.6.2.2
# Transformers version constraint for container builds # Transformers version constraint for container builds
# - vLLM 0.11.0: >=4.55.2, vLLM 0.11.2: >=4.56.0,<5 # - vLLM 0.11.0: >=4.55.2, vLLM 0.11.2: >=4.56.0,<5
# - TensorRT-LLM 1.3.0rc3: ==4.57.1 # - TensorRT-LLM 1.3.0rc5: ==4.57.1
# - SGLang 0.5.8: ==4.57.1 # - SGLang 0.5.8: ==4.57.1
# Using >=4.56.0 to satisfy all frameworks # Using >=4.56.0 to satisfy all frameworks
transformers>=4.56.0 transformers>=4.56.0
......
...@@ -16,7 +16,7 @@ The following table shows the backend framework versions included with each Dyna ...@@ -16,7 +16,7 @@ The following table shows the backend framework versions included with each Dyna
| **Dynamo** | **SGLang** | **TensorRT-LLM** | **vLLM** | **NIXL** | | **Dynamo** | **SGLang** | **TensorRT-LLM** | **vLLM** | **NIXL** |
| :--- | :--- | :--- | :--- | :--- | | :--- | :--- | :--- | :--- | :--- |
| **main (ToT)** | `0.15.1` | `0.5.9` | `1.3.0rc3` | `0.9.0` | | **main (ToT)** | `0.15.1` | `0.5.9` | `1.3.0rc5` | `0.9.0` |
| **v1.0.0** *(planned)* | `0.15.0` | *Latest as of 2/17* | *Latest as of 2/17* | `0.10.0` | | **v1.0.0** *(planned)* | `0.15.0` | *Latest as of 2/17* | *Latest as of 2/17* | `0.10.0` |
| **v0.9.1** *(in progress)* | `0.14.1` | `0.5.8` | `1.3.0rc3` | `0.9.0` | | **v0.9.1** *(in progress)* | `0.14.1` | `0.5.8` | `1.3.0rc3` | `0.9.0` |
| **v0.9.0** *(in progress)* | `0.14.1` | `0.5.8` | `1.3.0rc1` | `0.9.0` | | **v0.9.0** *(in progress)* | `0.14.1` | `0.5.8` | `1.3.0rc1` | `0.9.0` |
......
...@@ -51,7 +51,7 @@ Repository = "https://github.com/ai-dynamo/dynamo.git" ...@@ -51,7 +51,7 @@ Repository = "https://github.com/ai-dynamo/dynamo.git"
trtllm =[ trtllm =[
"uvloop", "uvloop",
"msgpack==1.1.2", "msgpack==1.1.2",
"tensorrt-llm==1.3.0rc3", "tensorrt-llm==1.3.0rc5",
] ]
vllm = [ vllm = [
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment