Spaces:
Running on Zero
Running on Zero
atakan commited on
Commit ·
16e844c
1
Parent(s): 8e40b3a
fix: Add jsonschema, scikit-learn, pyyaml, and dependencies to requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
|
@@ -2,6 +2,7 @@ torch>=2.0.0
|
|
| 2 |
transformers>=4.40.0
|
| 3 |
accelerate>=0.28.0
|
| 4 |
peft>=0.10.0
|
|
|
|
| 5 |
scipy>=1.11.0
|
| 6 |
numpy>=1.24.0
|
| 7 |
matplotlib>=3.7.0
|
|
@@ -10,6 +11,11 @@ cvxpy>=1.4.0
|
|
| 10 |
rich>=13.7.0
|
| 11 |
rank-bm25>=0.2.2
|
| 12 |
pypdf>=3.17.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
fastapi>=0.110.0
|
| 14 |
uvicorn>=0.28.0
|
| 15 |
python-multipart>=0.0.9
|
|
|
|
| 2 |
transformers>=4.40.0
|
| 3 |
accelerate>=0.28.0
|
| 4 |
peft>=0.10.0
|
| 5 |
+
jsonschema>=4.20.0
|
| 6 |
scipy>=1.11.0
|
| 7 |
numpy>=1.24.0
|
| 8 |
matplotlib>=3.7.0
|
|
|
|
| 11 |
rich>=13.7.0
|
| 12 |
rank-bm25>=0.2.2
|
| 13 |
pypdf>=3.17.0
|
| 14 |
+
pymupdf>=1.23.0
|
| 15 |
+
scikit-learn>=1.3.0
|
| 16 |
+
requests>=2.31.0
|
| 17 |
+
pyyaml>=6.0.0
|
| 18 |
+
pydantic>=2.0.0
|
| 19 |
fastapi>=0.110.0
|
| 20 |
uvicorn>=0.28.0
|
| 21 |
python-multipart>=0.0.9
|