Sirus1 commited on
Commit
bf54579
·
1 Parent(s): 2a2dbf1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,9 +1,8 @@
1
  --extra-index-url https://download.pytorch.org/whl
2
- torch==1.10.0
3
- torchvision==0.11.0
4
- torchaudio==0.10.0
5
- -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu113/torch1.10/index.html
6
- detectron2==0.6
7
  transformers
8
  timm==0.4.12
9
  openai
 
1
  --extra-index-url https://download.pytorch.org/whl
2
+ torch==1.11.0
3
+ torchvision==0.12.0
4
+ torchaudio==0.11.0
5
+ git+https://github.com/facebookresearch/detectron2.git
 
6
  transformers
7
  timm==0.4.12
8
  openai