File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 28
28
# please update the future tensorRT version you want to test here
29
29
TENSORRT_VERSIONS_DICT = {
30
30
"windows" : {
31
+ "10.3.0" : {
32
+ "urls" : "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.3.0/zip/TensorRT-10.3.0.26.Windows.win10.cuda-12.5.zip" ,
33
+ "strip_prefix" : "TensorRT-10.3.0.26" ,
34
+ },
31
35
"10.7.0" : {
32
36
"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" ,
33
37
"strip_prefix" : "TensorRT-10.7.0.23" ,
42
46
},
43
47
},
44
48
"linux" : {
49
+ "10.3.0" : {
50
+ "urls" : "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.3.0/tars/TensorRT-10.3.0.26.Linux.x86_64-gnu.cuda-12.5.tar.gz" ,
51
+ "strip_prefix" : "TensorRT-10.3.0.26" ,
52
+ },
45
53
"10.7.0" : {
46
54
"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" ,
47
55
"strip_prefix" : "TensorRT-10.7.0.23" ,
You can’t perform that action at this time.
0 commit comments