We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e08cf commit f0ecb37Copy full SHA for f0ecb37
.travis.yml
@@ -17,7 +17,7 @@ before_install:
17
- export CXX="g++-4.9"
18
install:
19
- pip install numpy
20
- - pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
+ - pip install -q torch
21
- pip install pycodestyle
22
- pip install flake8
23
- pip install codecov
0 commit comments