I have RX 570 graphics card, which has Polaris architecture, according to techpowerup, the last version of Rocm to support this card is Rocm 4.4.
But according to this video, the last version of Rocm to support this card is Rocm 5.7.3.
I’m trying to run stable diffusion on Ubuntu 22.04, I first tried with Rocm 5.7.3 but I got segmentation fault errors. So I uninstalled Rocm 5.7.3 and installed the older version but when I try to install Pytorch 1.10.0 for Rocm 4.2 or Rocm 4.1 or Rocm 4.0.1 as mentioned on this link: Previous PyTorch Versions | PyTorch
Using these commands I’m getting long verbose version mismatch errors
ROCM 4.2 (Linux only)
pip install torch==1.10.1+rocm4.2 torchvision==0.11.2+rocm4.2 torchaudio==0.10.1 -f
ROCM 4.1 (Linux only)
pip install torch==1.10.1+rocm4.1 torchvision==0.11.2+rocm4.1 torchaudio==0.10.1 -f
ROCM 4.0.1 (Linux only)
pip install torch==1.10.1+rocm4.0.1 torchvision==0.10.2+rocm4.0.1 torchaudio==0.10.1 -f
Removed pytorch links from blockquote because new users are only allowed to post 2 links.