Spaces:
Runtime error
Runtime error
Add deps
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
-
git+https://github.com/huggingface/peft.git
|
2 |
-
git+https://github.com/huggingface/transformers.git
|
3 |
huggingface_hub
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
huggingface_hub
|
2 |
+
bitsandbytes
|
3 |
+
sentencepiece
|
4 |
+
git+https://github.com/huggingface/transformers.git@7dcd8703ef904adc3ac19b47f769879221c33849
|
5 |
+
accelerate>=0.16.0
|
6 |
+
bitsandbytes
|
7 |
+
sentencepiece
|