Skip to content

Instantly share code, notes, and snippets.

@acidsound
Created September 17, 2023 18:04
Show Gist options
  • Select an option

  • Save acidsound/dbba9f1528fbea5085a5b36fa4ea5c7c to your computer and use it in GitHub Desktop.

Select an option

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

@acidsound
Copy link
Author

2.2.0 version

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

@acidsound
Copy link
Author

pip install torch==2.3.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
pip install wheel
pip install flash-attn --no-build-isolation

@acidsound
Copy link
Author

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

@acidsound
Copy link
Author

2.8.0+cu128

pip install torch==2.8.0+cu128 torchvision==0.23.0+cu128 torchaudio==2.8.0+cu128 --extra-index-url https://download.pytorch.org/whl/cu128

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