Lowered concurrency of vLLM and TGI benchmarks
This commit is contained in:
@@ -64,8 +64,8 @@ worker_config = WorkerConfig(
|
|||||||
max_queue_time=600.0,
|
max_queue_time=600.0,
|
||||||
benchmark_config=BenchmarkConfig(
|
benchmark_config=BenchmarkConfig(
|
||||||
generator=completions_benchmark_generator,
|
generator=completions_benchmark_generator,
|
||||||
concurrency=100,
|
concurrency=10,
|
||||||
runs=2
|
runs=3
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
HandlerConfig(
|
HandlerConfig(
|
||||||
|
|||||||
@@ -55,7 +55,8 @@ worker_config = WorkerConfig(
|
|||||||
max_queue_time=600.0,
|
max_queue_time=600.0,
|
||||||
benchmark_config=BenchmarkConfig(
|
benchmark_config=BenchmarkConfig(
|
||||||
generator=benchmark_generator,
|
generator=benchmark_generator,
|
||||||
concurrency=50
|
concurrency=10,
|
||||||
|
runs=3
|
||||||
),
|
),
|
||||||
workload_calculator= lambda x: x["parameters"]["max_new_tokens"]
|
workload_calculator= lambda x: x["parameters"]["max_new_tokens"]
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user