[docs] fix Python version requirement from 3.10 to >=3.11.0 (#10259)

Co-authored-by: chaiyzh <chaiyzh@126.com>
This commit is contained in:
yizhouChen
2026-03-09 16:44:07 +08:00
committed by GitHub
parent 9501c3308a
commit d045794387
2 changed files with 2 additions and 2 deletions

View File

@@ -473,7 +473,7 @@ huggingface-cli login
| Mandatory | Minimum | Recommend |
| ------------ | ------- | --------- |
| python | 3.9 | 3.10 |
| python | 3.11 | >=3.11 |
| torch | 2.0.0 | 2.6.0 |
| torchvision | 0.15.0 | 0.21.0 |
| transformers | 4.49.0 | 4.50.0 |

View File

@@ -475,7 +475,7 @@ huggingface-cli login
| 必需项 | 至少 | 推荐 |
| ------------ | ------- | --------- |
| python | 3.9 | 3.10 |
| python | 3.11 | >=3.11 |
| torch | 2.0.0 | 2.6.0 |
| torchvision | 0.15.0 | 0.21.0 |
| transformers | 4.49.0 | 4.50.0 |