Skip to content

Commit a6bcbd2

Browse files
committed
drop TRT 10.6 due to lack of support of Unsqueeze Layer
1 parent 04c4d94 commit a6bcbd2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@
2828
# please update the future tensorRT version you want to test here
2929
TENSORRT_VERSIONS_DICT = {
3030
"windows": {
31-
"10.6.0": {
32-
"urls": "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.6.0/zip/TensorRT-10.6.0.26.Windows.win10.cuda-12.6.zip",
33-
"strip_prefix": "TensorRT-10.6.0.26",
34-
},
3531
"10.7.0": {
3632
"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",
3733
"strip_prefix": "TensorRT-10.7.0.23",
@@ -46,10 +42,6 @@
4642
},
4743
},
4844
"linux": {
49-
"10.6.0": {
50-
"urls": "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.6.0/tars/TensorRT-10.6.0.26.Linux.x86_64-gnu.cuda-12.6.tar.gz",
51-
"strip_prefix": "TensorRT-10.6.0.26",
52-
},
5345
"10.7.0": {
5446
"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",
5547
"strip_prefix": "TensorRT-10.7.0.23",

0 commit comments

Comments
 (0)