mmpose icon indicating copy to clipboard operation
mmpose copied to clipboard

[Docs]

Open nathanchenseanwalter opened this issue 1 year ago • 0 comments

📚 The doc issue

GPU torch installation should have a cuda command included https://mmpose.readthedocs.io/en/latest/installation.html and cpu should be updated to the current gpu

"On GPU platforms: conda install pytorch torchvision -c pytorch"

Suggest a potential alternative/fix

conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia for gpu

nathanchenseanwalter avatar Mar 30 '24 13:03 nathanchenseanwalter