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
2e0d3143
Unverified
Commit
2e0d3143
authored
Jun 22, 2023
by
Zhuohan Li
Committed by
GitHub
Jun 22, 2023
Browse files
fix-ray (#193)
parent
67d96c29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/engine/llm_engine.py
vllm/engine/llm_engine.py
+1
-1
No files found.
vllm/engine/llm_engine.py
View file @
2e0d3143
...
@@ -87,7 +87,7 @@ class LLMEngine:
...
@@ -87,7 +87,7 @@ class LLMEngine:
worker_cls
=
ray
.
remote
(
worker_cls
=
ray
.
remote
(
num_cpus
=
0
,
num_cpus
=
0
,
num_gpus
=
1
,
num_gpus
=
1
,
resources
=
{
node_resource
:
1e-
5
},
resources
=
{
node_resource
:
1e-
3
},
)(
worker_cls
).
remote
)(
worker_cls
).
remote
worker
=
worker_cls
(
worker
=
worker_cls
(
...
...
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