ifmain commited on
Commit
e0f31fc
1 Parent(s): 99c737f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,10 +1,11 @@
1
  --extra-index-url https://download.pytorch.org/whl/cu118
2
- torch
3
- torchvision
 
 
 
 
4
 
5
- git+https://github.com/huggingface/diffusers.git
6
- transformers
7
- accelerate
8
  ftfy
9
  numpy
10
  matplotlib
 
1
  --extra-index-url https://download.pytorch.org/whl/cu118
2
+ torch==2.0.0
3
+
4
+ transformers==4.35.2
5
+ spaces==0.18.0
6
+ accelerate==0.25.0
7
+ diffusers==0.24.0
8
 
 
 
 
9
  ftfy
10
  numpy
11
  matplotlib