diff --git a/README.md b/README.md index 71e550a..10b86e6 100644 --- a/README.md +++ b/README.md @@ -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` 即可 ## 快速开始