Update requirements.txt
Browse files- requirements.txt +6 -9
requirements.txt
CHANGED
@@ -1,13 +1,10 @@
|
|
1 |
-
torch
|
2 |
-
transformers
|
3 |
torchvision
|
4 |
-
gradio
|
5 |
-
Pillow
|
6 |
-
bitsandbytes
|
7 |
-
accelerate
|
8 |
huggingface_hub>=0.19.3
|
9 |
-
peft
|
10 |
-
spaces
|
11 |
-
xformers>=0.0.27
|
12 |
unsloth
|
13 |
matplotlib
|
|
|
1 |
+
torch
|
2 |
+
transformers
|
3 |
torchvision
|
4 |
+
gradio
|
5 |
+
Pillow
|
6 |
+
bitsandbytes
|
7 |
+
accelerate
|
8 |
huggingface_hub>=0.19.3
|
|
|
|
|
|
|
9 |
unsloth
|
10 |
matplotlib
|