Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
523e30ea
Unverified
Commit
523e30ea
authored
Mar 20, 2024
by
Zhuohan Li
Committed by
GitHub
Mar 20, 2024
Browse files
[BugFix] Hot fix in setup.py for neuron build (#3537)
parent
f1c0fc39
Changes
1
Hide 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 @
523e30ea
...
...
@@ -168,7 +168,7 @@ class cmake_build_ext(build_ext):
def
_is_cuda
()
->
bool
:
return
torch
.
version
.
cuda
is
not
None
return
torch
.
version
.
cuda
is
not
None
and
not
_is_neuron
()
def
_is_hip
()
->
bool
:
...
...
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