docs: remove deprecated disable-log-requests flag (#22113)

Signed-off-by: Roger Wang <hey@rogerw.me>
This commit is contained in:
Roger Wang
2025-08-02 00:19:48 -07:00
committed by GitHub
parent c64861d63c
commit 067c34a155
19 changed files with 14 additions and 41 deletions

View File

@@ -102,7 +102,6 @@ def test_load_tp_4bit_bnb_model(hf_runner, vllm_runner, example_prompts,
def test_load_pp_4bit_bnb_model(model_name, description) -> None:
common_args = [
"--disable-log-stats",
"--disable-log-requests",
"--dtype",
"bfloat16",
"--enable-prefix-caching",