Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
|
@@ -27,16 +27,14 @@ llama-cpp-python==0.2.35 # ou plus récent si tu veux
|
|
| 27 |
|
| 28 |
|
| 29 |
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
# ========= CHUNKING + MODELS =========
|
| 34 |
|
| 35 |
# chonkie>=0.1.0
|
| 36 |
|
| 37 |
-
#
|
| 38 |
-
git+https://github.com/
|
| 39 |
-
|
|
|
|
| 40 |
|
| 41 |
|
| 42 |
transformers==4.37.2
|
|
|
|
| 27 |
|
| 28 |
|
| 29 |
|
|
|
|
|
|
|
|
|
|
| 30 |
# ========= CHUNKING + MODELS =========
|
| 31 |
|
| 32 |
# chonkie>=0.1.0
|
| 33 |
|
| 34 |
+
# chonkie version avec chunk_hierarchy supporté
|
| 35 |
+
git+https://github.com/gpailler/chonkie.git@main
|
| 36 |
+
|
| 37 |
+
# -e git+https://github.com/scripterali/chonkie.git@main#egg=chonkie
|
| 38 |
|
| 39 |
|
| 40 |
transformers==4.37.2
|