Skip to content

Commit 5d2cd07

Browse files
Fix the broken CI due to nvidia-cuda-runtime-cu13 issue (#3884)
1 parent 77f30d5 commit 5d2cd07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,8 @@ def run(self):
729729
"packaging>=23",
730730
"typing-extensions>=4.7.0",
731731
"dllist",
732+
# dummy package as a WAR for the tensorrt dependency on nvidia-cuda-runtime-cu13
733+
"nvidia-cuda-runtime-cu13==0.0.0a0",
732734
]
733735

734736
cuda_version = torch.version.cuda

0 commit comments

Comments
 (0)