From 72041038614ff1c52aa2d74eab11525dc46b6041 Mon Sep 17 00:00:00 2001 From: Kunshang Ji Date: Thu, 19 Sep 2024 19:08:44 +0800 Subject: [PATCH] remove engine_use_ray in benchmark_throughput.py --- benchmarks/benchmark_throughput.py | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmarks/benchmark_throughput.py b/benchmarks/benchmark_throughput.py index 3f531ee82cc94..e1a5d4ee28ea1 100644 --- a/benchmarks/benchmark_throughput.py +++ b/benchmarks/benchmark_throughput.py @@ -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, )