MACE (version 0.3.9) automatically install torch-2.5.1-cp310-cp310-manylinux1_x86_64 #796
Replies: 3 comments
-
python -c "import torch; print(torch.version); print(torch.cuda.is_available()); print(torch.cuda.get_device_name(0))" 1.13.0+cu117 |
Beta Was this translation helpful? Give feedback.
-
Thank you. |
Beta Was this translation helpful? Give feedback.
-
mmm normally if you have already torch installed, it should not install it again. Did you make sure you installed mace in the right environement? Can you paste your installation logs here. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am using Python 3.10.0 with torch-1.13.0+cu117-cp310-cp310-linux_x86_64.whl (CUDA version).
However, after installing mace(version 0.3.9), it automatically installed torch-2.5.1-cp310-cp310-manylinux1_x86_64 instead.
After this, when I try to train a model, the device cannot use CUDA and only uses the CPU. Could you please help me understand the reason for this?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions