From 7ebe97518689b314c59fb34e7f5e5a6ebdd46e17 Mon Sep 17 00:00:00 2001 From: yukun-hh Date: Mon, 18 May 2026 22:41:21 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` 即可 ## 快速开始