Skip to content

Commit 45407a6

Browse files
committed
add trt10.7 to workflow
1 parent 695ffd9 commit 45407a6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

+10
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
"strip_prefix": "TensorRT-10.6.0.26",
4242
"sha256": "6c6d92c108a1b3368423e8f69f08d31269830f1e4c9da43b37ba34a176797254",
4343
},
44+
"10.7.0": {
45+
"urls": "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.7.0/zip/TensorRT-10.7.0.23.Windows.win10.cuda-12.6.zip",
46+
"strip_prefix": "TensorRT-10.7.0.23",
47+
"sha256": "fbdef004578e7ccd5ee51fe7f846b57422364a743372fd8f9f1d7dbd33f62879",
48+
},
4449
},
4550
"linux": {
4651
"10.4.0": {
@@ -58,6 +63,11 @@
5863
"strip_prefix": "TensorRT-10.6.0.26",
5964
"sha256": "33d3c2f3f4c84dc7991a4337a6fde9ed33f5c8e5c4f03ac2eb6b994a382b03a0",
6065
},
66+
"10.7.0": {
67+
"urls": "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.7.0/tars/TensorRT-10.7.0.23.Linux.x86_64-gnu.cuda-12.6.tar.gz",
68+
"strip_prefix": "TensorRT-10.7.0.23",
69+
"sha256": "27d0f7e9af657b9fa19bfe9d62376d4de64182ed6274bde04bf143f56d308ec9",
70+
},
6171
},
6272
}
6373

0 commit comments

Comments
 (0)