mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-06 11:32:31 +08:00
Merge eb456b09bd into c4a14df9a3
This commit is contained in:
commit
5b2d3e1592
@ -250,6 +250,14 @@ RDNA 4 (RX 9000 series):
|
|||||||
|
|
||||||
```pip install --pre torch torchvision torchaudio --index-url https://rocm.nightlies.amd.com/v2/gfx120X-all/```
|
```pip install --pre torch torchvision torchaudio --index-url https://rocm.nightlies.amd.com/v2/gfx120X-all/```
|
||||||
|
|
||||||
|
> **Note**: If you're using WSL+Ubuntu and receive a no HIP device error, you will need to run the following set of commands (from the official [ROCM documentation](https://rocm.docs.amd.com/projects/radeon/en/latest/docs/install/wsl/install-pytorch.html)) and will need to do so every time you update Pytorch:
|
||||||
|
>
|
||||||
|
> ```location=$(pip show torch | grep Location | awk -F ": " '{print $2}')```
|
||||||
|
>
|
||||||
|
> ```cd ${location}/torch/lib/```
|
||||||
|
>
|
||||||
|
> ```rm libhsa-runtime64.so*```
|
||||||
|
|
||||||
### Intel GPUs (Windows and Linux)
|
### Intel GPUs (Windows and Linux)
|
||||||
|
|
||||||
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)
|
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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user