Update README.md

This commit is contained in:
yukun-hh 2026-05-18 22:41:21 +08:00 committed by GitHub
parent 1557a2c6a0
commit 7ebe975186
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,7 +81,7 @@ pip install -r requirements.txt
> **注意**`requirements.txt` 不锁定 PyTorch 的 CUDA / XPU 版本,请根据硬件自行安装对应版本,例如:
> - NVIDIA GPU`pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121`
> - Intel GPU (XPU)`pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121` 安装
> - Intel GPU (XPU)`pip install torch torchvision --index-url https://download.pytorch.org/whl/xpu` 安装
> - CPU`pip install torch torchvision` 即可
## 快速开始