Spaces:
Running
Running
add sentencepiece, protobuf, llama-cpp, huggingface_hub
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -13,4 +13,8 @@ accelerate
|
|
13 |
pydantic
|
14 |
safetensors
|
15 |
einops
|
16 |
-
bitsandbytes>=0.41.0
|
|
|
|
|
|
|
|
|
|
13 |
pydantic
|
14 |
safetensors
|
15 |
einops
|
16 |
+
bitsandbytes>=0.41.0
|
17 |
+
sentencepiece>=0.1.99
|
18 |
+
protobuf>=3.20.0
|
19 |
+
llama-cpp-python>=0.2.11
|
20 |
+
huggingface_hub>=0.19.0
|