Skip to content

Commit 384773f

Browse files
committed
torch nightly
1 parent f0ecb37 commit 384773f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_install:
1717
- export CXX="g++-4.9"
1818
install:
1919
- pip install numpy
20-
- pip install -q torch
20+
- pip install torch -f https://download.pytorch.org/whl/nightly/cpu/torch.html
2121
- pip install pycodestyle
2222
- pip install flake8
2323
- pip install codecov

0 commit comments

Comments
 (0)