add scipy item
Browse files- requirements.txt +13 -12
requirements.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
black
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
git+https://github.com/huggingface/
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
1 |
+
scipy
|
2 |
+
accelerate
|
3 |
+
appdirs
|
4 |
+
bitsandbytes
|
5 |
+
black
|
6 |
+
black[jupyter]
|
7 |
+
datasets
|
8 |
+
fire
|
9 |
+
git+https://github.com/huggingface/peft.git
|
10 |
+
git+https://github.com/huggingface/transformers.git
|
11 |
+
gradio
|
12 |
+
sentencepiece
|
13 |
+
wandb
|