Skip to content

Commit

Permalink
[MISC] remove engine_use_ray in benchmark_throughput.py (#8615)
Browse files Browse the repository at this point in the history
  • Loading branch information
jikunshang authored Sep 19, 2024
1 parent c52ec5f commit 855c8ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmarks/benchmark_throughput.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ async def run_vllm_async(
use_v2_block_manager=use_v2_block_manager,
disable_async_output_proc=disable_async_output_proc,
worker_use_ray=False,
engine_use_ray=False,
disable_log_requests=True,
)

Expand Down

0 comments on commit 855c8ae

Please sign in to comment.