Spaces:
Runtime error
Runtime error
PierrunoYT
commited on
Commit
•
8670bf1
1
Parent(s):
7789332
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
accelerate
|
2 |
diffusers @ git+https://github.com/initml/diffusers.git@main
|
3 |
-
torch==2.0.
|
4 |
transformers >= 4.34.0
|
5 |
-
xformers
|
6 |
ftfy
|
7 |
spaces
|
8 |
peft >= 0.6.0
|
@@ -10,4 +9,4 @@ sentencepiece==0.2.0
|
|
10 |
optimum
|
11 |
beautifulsoup4
|
12 |
gradio==4.29.0
|
13 |
-
gradio_imageslider
|
|
|
1 |
accelerate
|
2 |
diffusers @ git+https://github.com/initml/diffusers.git@main
|
3 |
+
torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 xformers --extra-index-url https://download.pytorch.org/whl/cu121
|
4 |
transformers >= 4.34.0
|
|
|
5 |
ftfy
|
6 |
spaces
|
7 |
peft >= 0.6.0
|
|
|
9 |
optimum
|
10 |
beautifulsoup4
|
11 |
gradio==4.29.0
|
12 |
+
gradio_imageslider
|