Skip to content

Commit e1d85e7

Browse files
authored
Update README.md for Intel Arc GPU installation, remove IPEX (Comfy-Org#10729)
IPEX is no longer needed for Intel Arc GPUs. Removing instruction to setup ipex.
1 parent 1199411 commit e1d85e7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ RDNA 4 (RX 9000 series):
242242

243243
### Intel GPUs (Windows and Linux)
244244

245-
(Option 1) Intel Arc GPU users can install native PyTorch with torch.xpu support using pip. More information can be found [here](https://pytorch.org/docs/main/notes/get_start_xpu.html)
245+
Intel Arc GPU users can install native PyTorch with torch.xpu support using pip. More information can be found [here](https://pytorch.org/docs/main/notes/get_start_xpu.html)
246246

247247
1. To install PyTorch xpu, use the following command:
248248

@@ -252,10 +252,6 @@ This is the command to install the Pytorch xpu nightly which might have some per
252252

253253
```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/xpu```
254254

255-
(Option 2) Alternatively, Intel GPUs supported by Intel Extension for PyTorch (IPEX) can leverage IPEX for improved performance.
256-
257-
1. visit [Installation](https://intel.github.io/intel-extension-for-pytorch/index.html#installation?platform=gpu) for more information.
258-
259255
### NVIDIA
260256

261257
Nvidia users should install stable pytorch using this command:

0 commit comments

Comments
 (0)