From 8008f2da8f6bef86f1a0e17b9a456802155e2f4d Mon Sep 17 00:00:00 2001 From: yukun-hh Date: Sun, 17 May 2026 19:57:19 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29c3488..71e550a 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):参考 [Intel Extension for PyTorch](https://intel.github.io/intel-extension-for-pytorch/) 安装 +> - Intel GPU (XPU):`pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121` 安装 > - CPU:`pip install torch torchvision` 即可 ## 快速开始