Created
May 8, 2024 09:25
-
-
Save trinhtuanvubk/1424a0c163f23a485971622b88f5513e to your computer and use it in GitHub Desktop.
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
| conda install pytorch==1.12.1 torchvision==0.13.1 cudatoolkit=11.3 -c pytorch | |
| conda install nvidia/label/cuda-11.3.1::cuda-nvcc | |
| conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.6 -c pytorch -c nvidia | |
| conda install -c "nvidia/label/cuda-11.6.1" libcusolver-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment