patrickvonplaten commited on
Commit
d347e52
1 Parent(s): be08a44

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -4
requirements.txt CHANGED
@@ -1,12 +1,10 @@
1
  --extra-index-url https://download.pytorch.org/whl/cu113
2
  torch
3
- torchvision==0.13.1+cu113
4
- #diffusers
5
  git+https://github.com/huggingface/diffusers.git
6
  #transformers
7
- git+https://github.com/huggingface/transformers
8
  scipy
9
  ftfy
10
  psutil
11
- accelerate==0.12.0
12
  safetensors
1
  --extra-index-url https://download.pytorch.org/whl/cu113
2
  torch
 
 
3
  git+https://github.com/huggingface/diffusers.git
4
  #transformers
5
+ git+https://github.com/huggingface/transformers.git
6
  scipy
7
  ftfy
8
  psutil
9
+ git+https://github.com/huggingface/accelerate.git
10
  safetensors