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
then:
python
import torch_butterfly
And got:
RuntimeError: Detected that PyTorch and torch_butterfly were compiled with different CUDA versions. PyTorch has CUDA version 11.3 and torch_butterfly has CUDA version 0.0. Please reinstall the torch_butterfly that matches your PyTorch install
The text was updated successfully, but these errors were encountered:
Hi
I ran python setup.py install
then:
python
import torch_butterfly
And got:
RuntimeError: Detected that PyTorch and torch_butterfly were compiled with different CUDA versions. PyTorch has CUDA version 11.3 and torch_butterfly has CUDA version 0.0. Please reinstall the torch_butterfly that matches your PyTorch install
The text was updated successfully, but these errors were encountered: