docs: update Python prerequisite to 3.10 (#23801)

This commit is contained in:
Pai Liu
2026-04-27 15:36:38 -07:00
committed by GitHub
parent b73c44b545
commit 7b9ff79f93
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ If `--base-url` is provided, requests are sent to it. Otherwise, `--host` and `-
### Prerequisites
- Python 3.8+
- Python 3.10+
- Dependencies typically used by this script: `aiohttp`, `numpy`, `requests`, `tqdm`, `transformers`, and for some datasets `datasets`, `pillow`, `pybase64`. Install as needed.
- An inference server running and reachable via the endpoints above
- If your server requires authentication, set environment variable `OPENAI_API_KEY` (used as `Authorization: Bearer <key>`)