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
@carloscp3009@GiulioRomualdi reported me that there were problems installing PyTorch with cuda support in an environment used to create robotology-superbuild. I tried now with:
(robenvpytorch) traversaro@IITBMP014LW012:~$ python
Python 3.12.2 | packaged by conda-forge | (main, Feb 16 2024, 20:50:58) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import torch
>>> torch.cuda.is_available()
True
So we probably need to investigate more what happened on the robot laptop. Note that in general installing packages from channels not compatible with conda-forge (such as pytorch or nvidia) may work but can create problems, see conda-forge/pytorch-cpu-feedstock#218 (comment) .
The text was updated successfully, but these errors were encountered:
@carloscp3009 @GiulioRomualdi reported me that there were problems installing PyTorch with cuda support in an environment used to create robotology-superbuild. I tried now with:
that seems to work fine:
So we probably need to investigate more what happened on the robot laptop. Note that in general installing packages from channels not compatible with conda-forge (such as
pytorch
ornvidia
) may work but can create problems, see conda-forge/pytorch-cpu-feedstock#218 (comment) .The text was updated successfully, but these errors were encountered: