USF00 commited on
Commit
07b71f7
·
1 Parent(s): 4b5c25d

Add protobuf and sentencepiece to fix model loading

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -11,3 +11,5 @@ scikit-learn>=1.3.0
11
  accelerate>=0.23.0
12
  tqdm>=4.66.0
13
  pydantic>=2.0.0
 
 
 
11
  accelerate>=0.23.0
12
  tqdm>=4.66.0
13
  pydantic>=2.0.0
14
+ protobuf>=3.20.0
15
+ sentencepiece>=0.1.99