File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ requires = [
8
8
" cffi>=1.15.1" ,
9
9
" typing-extensions>=4.7.0" ,
10
10
" future>=0.18.3" ,
11
- " torch @ file:////usr/local/lib/python3.12/dist-packages/torch "
11
+ " torch>=2.6.0.dev,<2.7.0 " ,
12
12
" pybind11==2.6.2" ,
13
13
" numpy" ,
14
14
]
@@ -52,7 +52,7 @@ keywords = [
52
52
" inference" ,
53
53
]
54
54
dependencies = [
55
- " torch @ file:////usr/local/lib/python3.12/dist-packages/torch "
55
+ " torch>=2.6.0.dev,<2.7.0 " ,
56
56
# "tensorrt-cu12>=10.6.0,<10.8.0",
57
57
# "tensorrt-cu12-bindings>=10.6.0,<10.8.0",
58
58
# "tensorrt-cu12-libs>=10.6.0,<10.8.0",
Original file line number Diff line number Diff line change @@ -119,10 +119,8 @@ def load_dep_info():
119
119
gpu_arch_version = f"cu{ __cuda_version__ .replace ('.' ,'' )} "
120
120
121
121
122
- if RELEASE :
123
- __version__ = os .environ .get ("BUILD_VERSION" )
124
- else :
125
- __version__ = f"{ get_base_version ()} .dev0+{ get_git_revision_short_hash ()} "
122
+
123
+ __version__ = os .environ .get ("BUILD_VERSION" )
126
124
127
125
if "--ci" in sys .argv :
128
126
sys .argv .remove ("--ci" )
You can’t perform that action at this time.
0 commit comments