Skip to content

Commit 765293c

Browse files
committed
use an older version of pytorch
1 parent 2df234e commit 765293c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Flask==1.0.3
2-
https://download.pytorch.org/whl/cpu/torch-1.1.0-cp37-cp37m-linux_x86_64.whl
3-
torchvision==0.3.0
2+
https://download.pytorch.org/whl/cpu/torch-1.0.0-cp37-cp37m-linux_x86_64.whl
3+
torchvision==0.2.1
44
numpy==1.16.4
55
Pillow==6.0.0
66
gunicorn==19.9.0

0 commit comments

Comments
 (0)