You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have solve it. First, you should check the whole erro issue. You might be met the version issue of pytorch. Because previous pytorch vesion not support your GPU, so you need to find the best version for your GPU. It usually pop up in you erro like"NVIDIA RTX A4500 with CUDA capability sm_86 is not compatible with the current PyTorch installation."(It is my erro, and my pytorch version is 2.3.1. I find it is a higher version for my GPU, so i downgraded it . Moverover, you need to download the corresponding version for torchaudio and torchvision).
Hi,
I followed the instructions on the GitHub README page to install xFuse. However, when I ran the command:
I encountered the following error:
To resolve this, I attempted to upgrade Torch by running:
After the upgrade, I encountered a different error:
Additionally, when I ran
nvidia-smi
, here is the GPU information:Could you please provide guidance on how to resolve this issue?
Thank you!
Best,
Mingyu
The text was updated successfully, but these errors were encountered: