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
eeab52a4
Unverified
Commit
eeab52a4
authored
Mar 13, 2024
by
Zhuohan Li
Committed by
GitHub
Mar 13, 2024
Browse files
[FIX] Simpler fix for async engine running on ray (#3371)
parent
c33afd89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
vllm/executor/ray_gpu_executor.py
vllm/executor/ray_gpu_executor.py
+1
-2
No files found.
vllm/executor/ray_gpu_executor.py
View file @
eeab52a4
...
@@ -430,8 +430,7 @@ class RayGPUExecutorAsync(RayGPUExecutor, ExecutorAsyncBase):
...
@@ -430,8 +430,7 @@ class RayGPUExecutorAsync(RayGPUExecutor, ExecutorAsyncBase):
"blocks_to_swap_in"
:
blocks_to_swap_in
,
"blocks_to_swap_in"
:
blocks_to_swap_in
,
"blocks_to_swap_out"
:
blocks_to_swap_out
,
"blocks_to_swap_out"
:
blocks_to_swap_out
,
"blocks_to_copy"
:
blocks_to_copy
,
"blocks_to_copy"
:
blocks_to_copy
,
},
})
use_ray_compiled_dag
=
USE_RAY_COMPILED_DAG
)
# Only the driver worker returns the sampling results.
# Only the driver worker returns the sampling results.
output
=
all_outputs
[
0
]
output
=
all_outputs
[
0
]
...
...
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