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

@@ -255,7 +255,7 @@ export https_proxy=http://your.proxy.server:port
https_proxy=http://your.proxy.server:port huggingface-cli download <model_name>
# or use vllm cmd directly
https_proxy=http://your.proxy.server:port vllm serve <model_name> --disable-log-requests
https_proxy=http://your.proxy.server:port vllm serve <model_name>
```
- Set the proxy in Python interpreter: