change req
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
5 |
datasets
|
6 |
-
|
7 |
-
|
|
|
8 |
sentencepiece
|
9 |
-
|
10 |
-
git+https://github.com/huggingface/transformers.git
|
11 |
-
git+https://github.com/huggingface/peft.git
|
12 |
-
git+https://github.com/huggingface/accelerate.git
|
|
|
1 |
+
accelerate
|
2 |
+
appdirs
|
3 |
+
loralib
|
4 |
+
bitsandbytes==0.37.2
|
5 |
+
black
|
6 |
+
black[jupyter]
|
7 |
datasets
|
8 |
+
fire
|
9 |
+
peft==0.2.0
|
10 |
+
transformers>=4.28.0
|
11 |
sentencepiece
|
12 |
+
gradio
|
|
|
|
|
|