4 lines
137 B
Bash
4 lines
137 B
Bash
#!/bin/bash
|
|
# install torch
|
|
pip3 install torch==1.2.0+cu92 torchvision==0.4.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html
|