Skip to content

Commit 2589c1e

Browse files
author
xusenlin
committed
disable log requests
1 parent 9670bc2 commit 2589c1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def create_vllm_engine():
120120
quantization=SETTINGS.quantization_method,
121121
max_cpu_loras=SETTINGS.max_cpu_loras if SETTINGS.max_cpu_loras > 0 else None,
122122
disable_log_stats=SETTINGS.vllm_disable_log_stats,
123+
disable_log_requests=True,
123124
**kwargs,
124125
)
125126
engine = AsyncLLMEngine.from_engine_args(engine_args)

0 commit comments

Comments
 (0)