nightfury commited on
Commit
5e6ae99
1 Parent(s): 527094a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -10
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
  --extra-index-url https://download.pytorch.org/whl/cu113
2
- --find-links https://download.pytorch.org/whl/torch_stable.html
3
- #torch
4
- #torchvision
5
  diffusers
6
  transformers
7
  ftfy
@@ -10,13 +9,15 @@ matplotlib
10
  uuid
11
  opencv-python
12
  git+https://github.com/openai/CLIP.git
13
- torch==1.10.0+cpu
14
- torchvision==0.11.1+cpu
15
- git+https://github.com/huggingface/diffusers
16
- imageio
17
- opencv-python
18
- huggingface_hub
19
- onnxruntime-gpu
 
 
20
  #zipfile -e clipseg-master.zip clipseg/
21
 
22
  #gzip -d "home/user/app/clipseg-master.zip"
 
1
  --extra-index-url https://download.pytorch.org/whl/cu113
2
+ torch
3
+ torchvision
 
4
  diffusers
5
  transformers
6
  ftfy
 
9
  uuid
10
  opencv-python
11
  git+https://github.com/openai/CLIP.git
12
+
13
+ #--extra-index-url https://download.pytorch.org/whl/cu113
14
+ #--find-links https://download.pytorch.org/whl/torch_stable.html
15
+ #torch==1.10.0+cpu
16
+ #torchvision==0.11.1+cpu
17
+ #git+https://github.com/huggingface/diffusers
18
+ #imageio
19
+ #huggingface_hub
20
+ #onnxruntime-gpu
21
  #zipfile -e clipseg-master.zip clipseg/
22
 
23
  #gzip -d "home/user/app/clipseg-master.zip"