Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +16 -1
requirements.txt
CHANGED
@@ -3,4 +3,19 @@ loralib
|
|
3 |
sentencepiece
|
4 |
git+https://github.com/zphang/transformers@c3dc391
|
5 |
git+https://github.com/huggingface/peft.git
|
6 |
-
bitsandbytes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
sentencepiece
|
4 |
git+https://github.com/zphang/transformers@c3dc391
|
5 |
git+https://github.com/huggingface/peft.git
|
6 |
+
bitsandbytes
|
7 |
+
spacy
|
8 |
+
nltk
|
9 |
+
scipy
|
10 |
+
torch
|
11 |
+
sentence-transformers
|
12 |
+
tokenizers
|
13 |
+
accelerate
|
14 |
+
evaluate
|
15 |
+
sacremoses
|
16 |
+
seqeval
|
17 |
+
mauve-text
|
18 |
+
simcse
|
19 |
+
retriv==0.1.5
|
20 |
+
wandb
|
21 |
+
cmasher
|