Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
-
transformers
|
2 |
sentencepiece
|
3 |
torch
|
4 |
-
bitsandbytes
|
|
|
|
|
|
|
|
1 |
+
# transformers
|
2 |
sentencepiece
|
3 |
torch
|
4 |
+
pip install -q -U bitsandbytes
|
5 |
+
pip install -q -U git+https://github.com/huggingface/transformers.git
|
6 |
+
pip install -q -U git+https://github.com/huggingface/peft.git
|
7 |
+
pip install -q -U git+https://github.com/huggingface/accelerate.gi
|