Spaces:
Sleeping
Sleeping
Commit ·
5cbdee2
1
Parent(s): 473fd36
Add sentencepiece for Mistral tokenizer support
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -18,3 +18,5 @@ networkx<3.5
|
|
| 18 |
# Explicitly pinning to avoid Spaces/Gradio conflicts
|
| 19 |
gradio==4.44.1
|
| 20 |
pydantic>=2.0,<3.0
|
|
|
|
|
|
|
|
|
| 18 |
# Explicitly pinning to avoid Spaces/Gradio conflicts
|
| 19 |
gradio==4.44.1
|
| 20 |
pydantic>=2.0,<3.0
|
| 21 |
+
sentencepiece
|
| 22 |
+
protobuf
|