Skip to content

Commit 7c6db95

Browse files
committed
test
1 parent 95932e8 commit 7c6db95

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/scripts/generate-tensorrt-test-matrix.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@
4444
"urls": "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.9.0/zip/TensorRT-10.9.0.34.Windows.win10.cuda-12.8.zip",
4545
"strip_prefix": "TensorRT-10.9.0.34",
4646
},
47-
"10.10.0": {
48-
"urls": "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.10.0/zip/TensorRT-10.10.0.31.Windows.win10.cuda-12.9.zip",
49-
"strip_prefix": "TensorRT-10.10.0.31",
50-
},
51-
"10.11.0": {
52-
"urls": "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.11.0/zip/TensorRT-10.11.0.33.Windows.win10.cuda-12.9.zip",
53-
"strip_prefix": "TensorRT-10.11.0.33",
54-
},
5547
},
5648
"linux": {
5749
"10.3.0": {
@@ -70,23 +62,13 @@
7062
"urls": "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.9.0/tars/TensorRT-10.9.0.34.Linux.x86_64-gnu.cuda-12.8.tar.gz",
7163
"strip_prefix": "TensorRT-10.9.0.34",
7264
},
73-
"10.10.0": {
74-
"urls": "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.10.0/tars/TensorRT-10.10.0.31.Linux.x86_64-gnu.cuda-12.9.tar.gz",
75-
"strip_prefix": "TensorRT-10.10.0.31",
76-
},
77-
"10.11.0": {
78-
"urls": "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.11.0/tars/TensorRT-10.11.0.33.Linux.x86_64-gnu.cuda-12.9.tar.gz",
79-
"strip_prefix": "TensorRT-10.11.0.33",
80-
},
8165
},
8266
}
8367

8468

8569
def check_new_tensorrt_version(
8670
major: int = 10, patch_from: int = 0
8771
) -> tuple[bool, str, str, str, str]:
88-
breakpoint()
89-
9072
def check_file_availability(url: str) -> bool:
9173
try:
9274
response = requests.head(url, allow_redirects=True)

0 commit comments

Comments
 (0)