[MISC] remove engine_use_ray in benchmark_throughput.py (#8615)

This commit is contained in:
Kunshang Ji 2024-09-19 13:33:20 +08:00 committed by GitHub
parent c52ec5f034
commit 855c8ae2c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
)