Created
August 21, 2023 08:51
-
-
Save MohamedElashri/6912ea73bd3057160a9b7c4a2c2354d7 to your computer and use it in GitHub Desktop.
Install pytorch with CUDA12.1 driver (nightly build)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pip uninstall torch | |
| pip cache purge | |
| pip install torch torchvision --pre -f https://download.pytorch.org/whl/nightly/cu121/torch_nightly.html | |
| pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ERROR: Could not find a version that satisfies the requirement torchaudio (from versions: none)
ERROR: No matching distribution found for torchaudio