File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ requires = [
8
8
" cffi>=1.15.1" ,
9
9
" typing-extensions>=4.7.0" ,
10
10
" future>=0.18.3" ,
11
- # "tensorrt-cu12>=10.6.0,<10.8.0",
12
- " torch>=2.6.0.dev,<2.7.0" ,
11
+ " torch @ file:////usr/local/lib/python3.12/dist-packages/torch"
13
12
"pybind11==2.6.2",
14
13
"numpy",
15
14
]
@@ -40,7 +39,6 @@ requires-python = ">=3.9"
40
39
keywords = [
41
40
" pytorch" ,
42
41
" torch" ,
43
- # "tensorrt",
44
42
" trt" ,
45
43
" ai" ,
46
44
" artificial intelligence" ,
@@ -54,7 +52,7 @@ keywords = [
54
52
" inference" ,
55
53
]
56
54
dependencies = [
57
- " torch>=2.6.0.dev,<2.7.0 " ,
55
+ " torch @ file:////usr/local/lib/python3.12/dist-packages/torch "
58
56
# "tensorrt-cu12>=10.6.0,<10.8.0",
59
57
# "tensorrt-cu12-bindings>=10.6.0,<10.8.0",
60
58
# "tensorrt-cu12-libs>=10.6.0,<10.8.0",
You can’t perform that action at this time.
0 commit comments