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
norm
vllm
Commits
2c08ff23
"vscode:/vscode.git/clone" did not exist on "1f161f685979ab2ca929152e6a577b5ac8ddf2eb"
Unverified
Commit
2c08ff23
authored
Mar 01, 2024
by
Billy Cao
Committed by
GitHub
Feb 29, 2024
Browse files
Fix building from source on WSL (#3112)
parent
bfdcfa6a
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 @
2c08ff23
...
@@ -36,7 +36,7 @@ def _is_neuron() -> bool:
...
@@ -36,7 +36,7 @@ def _is_neuron() -> bool:
torch_neuronx_installed
=
True
torch_neuronx_installed
=
True
try
:
try
:
subprocess
.
run
([
"neuron-ls"
],
capture_output
=
True
,
check
=
True
)
subprocess
.
run
([
"neuron-ls"
],
capture_output
=
True
,
check
=
True
)
except
FileNotFoundError
:
except
(
FileNotFoundError
,
PermissionError
)
:
torch_neuronx_installed
=
False
torch_neuronx_installed
=
False
return
torch_neuronx_installed
return
torch_neuronx_installed
...
...
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