Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
AutoAWQ
Commits
e5d5fc7e
Commit
e5d5fc7e
authored
Aug 28, 2024
by
gaoqiong
Browse files
Update setup.py
parent
224ab8d9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
225 additions
and
224 deletions
+225
-224
setup.py
setup.py
+225
-224
No files found.
setup.py
View file @
e5d5fc7e
...
@@ -8,6 +8,7 @@ from setuptools import setup, find_packages
...
@@ -8,6 +8,7 @@ from setuptools import setup, find_packages
from
torch.utils.cpp_extension
import
CUDAExtension
from
torch.utils.cpp_extension
import
CUDAExtension
from
typing
import
Optional
,
Union
from
typing
import
Optional
,
Union
pwd
=
os
.
path
.
dirname
(
__file__
)
add_git_version
=
False
add_git_version
=
False
if
int
(
os
.
environ
.
get
(
'ADD_GIT_VERSION'
,
'0'
))
==
1
:
if
int
(
os
.
environ
.
get
(
'ADD_GIT_VERSION'
,
'0'
))
==
1
:
add_git_version
=
True
add_git_version
=
True
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment