Update README.md
This commit is contained in:
parent
1557a2c6a0
commit
7ebe975186
1 changed files with 1 additions and 1 deletions
|
|
@ -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` 即可
|
||||
|
||||
## 快速开始
|
||||
|
|
|
|||
Loading…
Reference in a new issue