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 f0ecb37 commit 384773fCopy full SHA for 384773f
.travis.yml
@@ -17,7 +17,7 @@ before_install:
17
- export CXX="g++-4.9"
18
install:
19
- pip install numpy
20
- - pip install -q torch
+ - pip install torch -f https://download.pytorch.org/whl/nightly/cpu/torch.html
21
- pip install pycodestyle
22
- pip install flake8
23
- pip install codecov
0 commit comments