Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
torchaudio
|
4 |
gradio
|
5 |
-
transformers
|
6 |
diffusers
|
7 |
accelerate
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
|
|
2 |
diffusers
|
3 |
accelerate
|
4 |
+
bitsandbytes==0.35.0
|
5 |
+
unsloth[cu124-torch250] @ git+https://github.com/unslothai/unsloth.git
|
6 |
+
xformers==0.0.15
|
7 |
+
numpy==1.21.4
|
8 |
+
torch==1.10.0
|