Skip to content

Instantly share code, notes, and snippets.

@MohamedElashri
Created August 21, 2023 08:51
Show Gist options
  • Select an option

  • Save MohamedElashri/6912ea73bd3057160a9b7c4a2c2354d7 to your computer and use it in GitHub Desktop.

Select an option

Save MohamedElashri/6912ea73bd3057160a9b7c4a2c2354d7 to your computer and use it in GitHub Desktop.
Install pytorch with CUDA12.1 driver (nightly build)
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
@bazookastudios122
Copy link
Copy Markdown

ERROR: Could not find a version that satisfies the requirement torchaudio (from versions: none)
ERROR: No matching distribution found for torchaudio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment