29.09.2024, 09:49
I think that is the same problem observed with Pytorch-Correlation-extension package.
The last pytorch is not compatible. Try to use this version (at least to see if the problem is related to CUDA).
Dan
The last pytorch is not compatible. Try to use this version (at least to see if the problem is related to CUDA).
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
Dan