Commit efd3ce3d authored by rusty1s's avatar rusty1s
Browse files

fix torch

parent 89697c04
......@@ -105,7 +105,7 @@ install:
- pip3 install --upgrade pip
- source script/install.sh
- pip3 install numpy
- pip3 install torch==${TORCH}+${IDX} -f https://download.pytorch.org/whl/torch_stable.html
- pip3 install torch==${TORCH} -f https://download.pytorch.org/whl/torch_stable.html
- pip3 install flake8
- pip3 install codecov
- python3 setup.py install || python setup.py install
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment