Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -8,6 +8,7 @@ datasets==2.19.1
|
|
8 |
peft==0.10.0
|
9 |
accelerate==0.29.3
|
10 |
sentence-transformers==2.6.1
|
|
|
11 |
|
12 |
# === FAISS ve numpy/pandas ===
|
13 |
faiss-cpu==1.7.4
|
@@ -22,5 +23,5 @@ tokenizers==0.19.1
|
|
22 |
# === Hugging Face Hub entegrasyonu ===
|
23 |
huggingface_hub==0.23.0
|
24 |
|
25 |
-
# ===
|
26 |
pyarrow==15.0.2
|
|
|
8 |
peft==0.10.0
|
9 |
accelerate==0.29.3
|
10 |
sentence-transformers==2.6.1
|
11 |
+
sentencepiece==0.1.99
|
12 |
|
13 |
# === FAISS ve numpy/pandas ===
|
14 |
faiss-cpu==1.7.4
|
|
|
23 |
# === Hugging Face Hub entegrasyonu ===
|
24 |
huggingface_hub==0.23.0
|
25 |
|
26 |
+
# === Parquet desteği için
|
27 |
pyarrow==15.0.2
|