Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +38 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
huggingface-hub==0.24.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
langchain-core==0.2.23
|
| 3 |
langchain-huggingface==0.0.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
tokenizers==0.19.1
|
| 5 |
torch==2.4.0
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accelerate==0.33.0
|
| 2 |
+
annotated-types==0.7.0
|
| 3 |
+
certifi==2024.7.4
|
| 4 |
+
charset-normalizer==3.3.2
|
| 5 |
+
filelock==3.15.4
|
| 6 |
+
fsspec==2024.6.1
|
| 7 |
huggingface-hub==0.24.2
|
| 8 |
+
idna==3.7
|
| 9 |
+
Jinja2==3.1.4
|
| 10 |
+
joblib==1.4.2
|
| 11 |
+
jsonpatch==1.33
|
| 12 |
+
jsonpointer==3.0.0
|
| 13 |
langchain-core==0.2.23
|
| 14 |
langchain-huggingface==0.0.3
|
| 15 |
+
langsmith==0.1.93
|
| 16 |
+
MarkupSafe==2.1.5
|
| 17 |
+
mpmath==1.3.0
|
| 18 |
+
networkx==3.3
|
| 19 |
+
numpy==1.26.4
|
| 20 |
+
orjson==3.10.6
|
| 21 |
+
packaging==24.1
|
| 22 |
+
pillow==10.4.0
|
| 23 |
+
psutil==6.0.0
|
| 24 |
+
pydantic==2.8.2
|
| 25 |
+
pydantic_core==2.20.1
|
| 26 |
+
python-dotenv==1.0.1
|
| 27 |
+
PyYAML==6.0.1
|
| 28 |
+
regex==2024.7.24
|
| 29 |
+
requests==2.32.3
|
| 30 |
+
safetensors==0.4.3
|
| 31 |
+
scikit-learn==1.5.1
|
| 32 |
+
scipy==1.14.0
|
| 33 |
+
sentence-transformers==3.0.1
|
| 34 |
+
setuptools==71.1.0
|
| 35 |
+
sympy==1.13.1
|
| 36 |
+
tenacity==8.5.0
|
| 37 |
+
threadpoolctl==3.5.0
|
| 38 |
tokenizers==0.19.1
|
| 39 |
torch==2.4.0
|
| 40 |
+
tqdm==4.66.4
|
| 41 |
+
transformers==4.43.2
|
| 42 |
+
typing_extensions==4.12.2
|
| 43 |
+
urllib3==2.2.2
|