add sentencepiece for llama
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ git+https://github.com/huggingface/transformers.git
|
|
4 |
gradio
|
5 |
datasets
|
6 |
bitsandbytes
|
7 |
-
scipy
|
|
|
|
4 |
gradio
|
5 |
datasets
|
6 |
bitsandbytes
|
7 |
+
scipy
|
8 |
+
sentencepiece
|