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
Unrelated to Meta Omnium, we have also recently seen issues with PyTorch not recognizing GPUs after installation in a new conda environment. We have been able to resolve these by running the following twice (somehow it seems to have installed CPU version only when running it for the first time, but repeating it helped): conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
Hi there,
Is it possible to provide the specific versions of the packages required or a requirements.txt to run the experiments?
I have installed the required packages but there seems to be a conflict with the package versions which causes Pytorch not to recognize the GPUs.
The text was updated successfully, but these errors were encountered: