Spaces:
Sleeping
Sleeping
gaparmar
commited on
Commit
•
6b41391
1
Parent(s):
c2c05b2
new requirements
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -6,7 +6,7 @@ opencv-python==4.6.0.66
|
|
6 |
pillow>=9.5.0
|
7 |
scipy==1.11.1
|
8 |
timm>=0.9.2
|
9 |
-
tokenizers
|
10 |
torch>=2.0.1
|
11 |
|
12 |
torchaudio>=2.0.2
|
@@ -15,10 +15,11 @@ torchmetrics>=1.0.1
|
|
15 |
torchvision>=0.15.2
|
16 |
|
17 |
tqdm>=4.65.0
|
18 |
-
transformers
|
19 |
triton==2.0.0
|
20 |
urllib3<1.27,>=1.25.4
|
21 |
xformers>=0.0.20
|
|
|
22 |
streamlit-keyup==0.2.0
|
23 |
lpips
|
24 |
clean-fid
|
|
|
6 |
pillow>=9.5.0
|
7 |
scipy==1.11.1
|
8 |
timm>=0.9.2
|
9 |
+
tokenizers
|
10 |
torch>=2.0.1
|
11 |
|
12 |
torchaudio>=2.0.2
|
|
|
15 |
torchvision>=0.15.2
|
16 |
|
17 |
tqdm>=4.65.0
|
18 |
+
transformers
|
19 |
triton==2.0.0
|
20 |
urllib3<1.27,>=1.25.4
|
21 |
xformers>=0.0.20
|
22 |
+
accelerate
|
23 |
streamlit-keyup==0.2.0
|
24 |
lpips
|
25 |
clean-fid
|