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
deepspeed
Commits
871f7e63
"sgl-kernel/vscode:/vscode.git/clone" did not exist on "23afdfd1c2b1c769eca97e2ecb2c595b1e18506a"
Unverified
Commit
871f7e63
authored
Jul 22, 2020
by
Jeff Rasley
Committed by
GitHub
Jul 22, 2020
Browse files
Update setup.py (#298)
parent
1f972427
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
871f7e63
...
@@ -14,7 +14,7 @@ from setuptools import setup, find_packages
...
@@ -14,7 +14,7 @@ from setuptools import setup, find_packages
from
torch.utils.cpp_extension
import
CUDAExtension
,
BuildExtension
from
torch.utils.cpp_extension
import
CUDAExtension
,
BuildExtension
cmdclass
=
{}
cmdclass
=
{}
cmdclass
[
'build_ext'
]
=
BuildExtension
cmdclass
[
'build_ext'
]
=
BuildExtension
.
with_options
(
use_ninja
=
False
)
TORCH_MAJOR
=
int
(
torch
.
__version__
.
split
(
'.'
)[
0
])
TORCH_MAJOR
=
int
(
torch
.
__version__
.
split
(
'.'
)[
0
])
TORCH_MINOR
=
int
(
torch
.
__version__
.
split
(
'.'
)[
1
])
TORCH_MINOR
=
int
(
torch
.
__version__
.
split
(
'.'
)[
1
])
...
...
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