Skip to content

Instantly share code, notes, and snippets.

@jph00
Created January 31, 2024 05:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jph00/0d2eca7409d34e63c7b4ed575ecba031 to your computer and use it in GitHub Desktop.
Save jph00/0d2eca7409d34e63c7b4ed575ecba031 to your computer and use it in GitHub Desktop.
Install python GPU basics
conda install cuda -c nvidia/label/cuda-12.1.0
conda install 'pytorch>2.0.1' torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
conda install scipy matplotlib pandas notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment