mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-05 00:44:06 +08:00
[FIX] Simpler fix for async engine running on ray (#3371)
This commit is contained in:
parent
c33afd89f5
commit
eeab52a4ff
@ -430,8 +430,7 @@ class RayGPUExecutorAsync(RayGPUExecutor, ExecutorAsyncBase):
|
||||
"blocks_to_swap_in": blocks_to_swap_in,
|
||||
"blocks_to_swap_out": blocks_to_swap_out,
|
||||
"blocks_to_copy": blocks_to_copy,
|
||||
},
|
||||
use_ray_compiled_dag=USE_RAY_COMPILED_DAG)
|
||||
})
|
||||
|
||||
# Only the driver worker returns the sampling results.
|
||||
output = all_outputs[0]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user