Skip to content

Commit

Permalink
[FIX] Simpler fix for async engine running on ray (#3371)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuohan123 authored Mar 13, 2024
1 parent c33afd8 commit eeab52a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vllm/executor/ray_gpu_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,7 @@ async def execute_model_async(
"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]
Expand Down

0 comments on commit eeab52a

Please sign in to comment.