Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
-
|
2 |
-
git+https://github.com/huggingface/transformers
|
3 |
-
peft
|
4 |
accelerate
|
5 |
bitsandbytes
|
6 |
safetensors
|
7 |
torch
|
8 |
-
scipy
|
|
|
|
1 |
+
huggingface_hubpeft
|
|
|
|
|
2 |
accelerate
|
3 |
bitsandbytes
|
4 |
safetensors
|
5 |
torch
|
6 |
+
scipy
|
7 |
+
git+https://github.com/huggingface/transformers
|