Skip to content

Commit 6b95e57

Browse files
committed
[TRTLLM-9124] Modify the requirement of tensorrt from 10.13.0 to 10.13.3
Signed-off-by: ZhanruiSunCh <184402041+ZhanruiSunCh@users.noreply.github.com>
1 parent f5c6f75 commit 6b95e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ StrEnum
2121
sentencepiece>=0.1.99
2222
# WAR for tensorrt depending on the archived nvidia-cuda-runtime-cu13 package
2323
nvidia-cuda-runtime-cu13==0.0.0a0
24-
tensorrt~=10.13.0
24+
tensorrt~=10.13.3
2525
# https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/rel-25-10.html#rel-25-10 uses 2.9.0a0.
2626
torch>=2.9.0a0,<=2.9.0
2727
torchvision

0 commit comments

Comments
 (0)