chore: add protobuf and sentencepiece to requirements for gemma-4 tokenizer
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -4,4 +4,6 @@ torch
|
|
| 4 |
transformers
|
| 5 |
pydantic
|
| 6 |
accelerate
|
| 7 |
-
bitsandbytes
|
|
|
|
|
|
|
|
|
| 4 |
transformers
|
| 5 |
pydantic
|
| 6 |
accelerate
|
| 7 |
+
bitsandbytes
|
| 8 |
+
protobuf
|
| 9 |
+
sentencepiece
|