Hey there. I’m new to this. I’m using google colab, I was just ignoring xformers till now, since there is this issue if you try to install xformers:
RuntimeError: Detected that PyTorch and torchvision were compiled with different CUDA versions. PyTorch has CUDA Version=11.7 and torchvision has CUDA Version=11.8. Please reinstall the torchvision that matches your PyTorch install.
but I would like to use Pytorch 2.0 so I can get better performance in Stable Diffusion.
Can someone help me install it the same way as this command does, but with pytorch 2.0?
!pip install torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 torchtext==0.14.1 torchdata==0.5.1 --extra-index-url https://download.pytorch.org/whl/cu116 -U