Skip to content

Instantly share code, notes, and snippets.

@acidsound
Created September 17, 2023 18:04
Show Gist options
  • Save acidsound/dbba9f1528fbea5085a5b36fa4ea5c7c to your computer and use it in GitHub Desktop.
Save acidsound/dbba9f1528fbea5085a5b36fa4ea5c7c to your computer and use it in GitHub Desktop.
windows pytorch 2.0.1 설정
pip install torch==2.0.1+cu118 torchvision==0.15.2+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
@acidsound
Copy link
Author

2.3.0 version

pip install torch==2.3.0+cu121 torchvision==0.18.0+cu121 torchaudio==2.3.0+cu121 --extra-index-url https://download.pytorch.org/whl/cu121

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