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
4004f144
Unverified
Commit
4004f144
authored
Jan 22, 2025
by
Mengqing Cao
Committed by
GitHub
Jan 22, 2025
Browse files
[Build] update requirements of no-device (#12299)
Signed-off-by:
Mengqing Cao
<
cmq0113@163.com
>
parent
66818e5b
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 @
4004f144
...
...
@@ -549,7 +549,7 @@ def get_requirements() -> List[str]:
return
resolved_requirements
if
_no_device
():
requirements
=
_read_requirements
(
"requirements-cu
da
.txt"
)
requirements
=
_read_requirements
(
"requirements-c
p
u.txt"
)
elif
_is_cuda
():
requirements
=
_read_requirements
(
"requirements-cuda.txt"
)
cuda_major
,
cuda_minor
=
torch
.
version
.
cuda
.
split
(
"."
)
...
...
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