From 81a44285515db1c5974e60f33c0562b196ef3e31 Mon Sep 17 00:00:00 2001 From: Dong Hyuk Chang Date: Wed, 1 Oct 2025 07:25:16 -0700 Subject: [PATCH 1/2] Bump tensorrt-llm to 1.2.0rc0 Signed-off-by: Dong Hyuk Chang --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a41d70aa2..99d28b79d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ dependencies = [ [project.optional-dependencies] inframework = [] vllm = ["vllm~=0.10.0", "pandas", "timm"] -trtllm = ["tensorrt-llm>=1.0.0a0,<1.1.0,>=1.0.0rc6", "cuda-python~=12.8.0"] +trtllm = ["tensorrt-llm==1.2.0rc0", "cuda-python~=12.8.0"] trt-onnx = ["tensorrt==10.11.0.33", "onnx==1.18.0", "transformers==4.51.3"] [dependency-groups] From 1d5b759ae6d2e0001357b2b0bf3917aea099d48a Mon Sep 17 00:00:00 2001 From: Dong Hyuk Chang Date: Wed, 1 Oct 2025 08:28:28 -0700 Subject: [PATCH 2/2] Update dependencies to match trtllm 1.2.0rc0 Signed-off-by: Dong Hyuk Chang --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 99d28b79d2..21d06a9798 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,8 +81,8 @@ dependencies = [ [project.optional-dependencies] inframework = [] vllm = ["vllm~=0.10.0", "pandas", "timm"] -trtllm = ["tensorrt-llm==1.2.0rc0", "cuda-python~=12.8.0"] -trt-onnx = ["tensorrt==10.11.0.33", "onnx==1.18.0", "transformers==4.51.3"] +trtllm = ["tensorrt-llm==1.2.0rc0", "cuda-python>=13"] +trt-onnx = ["tensorrt==10.13.0", "onnx==1.18.0", "transformers==4.56.0"] [dependency-groups] # This is a default group so that we install these even with bare `uv sync`