Skip to content

Commit

Permalink
Use the cpu version of torch and torchvision for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
healthonrails committed Dec 17, 2020
1 parent c024247 commit e840147
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
pyyaml>=5.3
easydict>=1.9
--find-links https://download.pytorch.org/whl/torch_stable.html
torch==1.4.0+gpu
torchvision==0.5.0
torch==1.4.0+cpu
-find-links https://download.pytorch.org/whl/torch_stable.html
torchvision==0.5.0+cpu
decord>=0.4.0
opencv-python>=4.1.2.30
opencv-contrib-python>=4.1.2.30

0 comments on commit e840147

Please sign in to comment.