Skip to content

Commit fc70b37

Browse files
committed
torch nightly
1 parent 3875ae6 commit fc70b37

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ before_install:
1717
- export CXX="g++-4.9"
1818
install:
1919
- pip install numpy
20-
- pip install -q torch
20+
- pip install -q torch -f https://download.pytorch.org/whl/nightly/cpu/torch.html
2121
- pip install pycodestyle
2222
- pip install flake8
2323
- pip install codecov
2424
- pip install sphinx
2525
- pip install sphinx_rtd_theme
2626
script:
27+
- python -c "import torch; print(torch.__version__)"
2728
- pycodestyle .
2829
- flake8 .
2930
- python setup.py install

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
1+
-f https://download.pytorch.org/whl/nightly/cpu/torch.html
22
numpy
3-
torch_nightly
3+
torch
44
sphinx
55
sphinx_rtd_theme

0 commit comments

Comments
 (0)