JaMe76 commited on
Commit
d50aee5
·
1 Parent(s): 8c0ff2b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -3
requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
- torch
2
- torchvision
3
- git+https://github.com/facebookresearch/detectron2.git
 
 
4
  git+https://github.com/deepdoctection/deepdoctection#egg=deepdoctection[hf]
 
1
+ -f https://download.pytorch.org/whl/torch_stable.html
2
+ -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.10/index.html
3
+ torch==1.10.0+cu111
4
+ torchvision==0.11.0+cu111
5
+ detectron2
6
  git+https://github.com/deepdoctection/deepdoctection#egg=deepdoctection[hf]