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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: