WSLINMSAI commited on
Commit
b346865
·
verified ·
1 Parent(s): 0aaf402

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
  --extra-index-url https://download.pytorch.org/whl/cpu
2
- torch==2.2.2+cpu
3
- torchvision==0.17.2+cpu
4
 
5
- # Detectron2 prebuilt CPU wheels for Torch 2.2 (so we avoid compiling)
6
- -f https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch2.2/index.html
7
  detectron2==0.6
8
 
9
  gradio==4.44.0
 
1
  --extra-index-url https://download.pytorch.org/whl/cpu
2
+ torch==2.1.2+cpu
3
+ torchvision==0.16.2+cpu
4
 
5
+ # Detectron2 prebuilt CPU wheels for Torch 2.1 (no compiling)
6
+ -f https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch2.1/index.html
7
  detectron2==0.6
8
 
9
  gradio==4.44.0