Synced repo using 'sync_with_huggingface' Github Action
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
semantic-text-splitter
|
2 |
+
onnxruntime
|
3 |
+
loguru
|
4 |
+
blake3
|
5 |
+
platformdirs
|
6 |
+
tokenizers
|
7 |
+
pydantic-settings
|
8 |
+
charset-normalizer
|
9 |
+
numpy<2.0.0
|
10 |
+
pybase64
|
11 |
+
certifi
|