HazyResearch / butterfly

Butterfly matrix multiplication in PyTorch
Apache License 2.0
161 stars 31 forks source link

torch_butterfly has CUDA version 0.0 and Cuda 11.3... incompatibility #27

Open KhabbabZakaria opened 2 years ago

KhabbabZakaria commented 2 years ago

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

abhishektyaagi commented 8 months ago

hi @KhabbabZakaria Were you able to fix this issue? I am having the same issue