File size: 190 Bytes
9eae6e7
c2654f0
 
1
2
3
#!/bin/sh
pip3 install torch==1.7.1+cu110 torchvision==0.8.2+cu110 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
python3 -c "import torch; print(torch.__version__)"