Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
|
@@ -1 +1,10 @@
|
|
| 1 |
-
huggingface_hub==0.22.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
huggingface_hub==0.22.2
|
| 2 |
+
datasets
|
| 3 |
+
loralib
|
| 4 |
+
sentencepiece
|
| 5 |
+
git+https://github.com/huggingface/transformers.git
|
| 6 |
+
accelerate
|
| 7 |
+
bitsandbytes
|
| 8 |
+
git+https://github.com/huggingface/peft.git
|
| 9 |
+
gradio
|
| 10 |
+
scipy
|