hmrizal commited on
Commit
b01ddc0
·
verified ·
1 Parent(s): 8036e11

add sentencepiece, protobuf, llama-cpp, huggingface_hub

Browse files
Files changed (1) hide show
  1. 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