Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
fastapi==0.115.2
|
2 |
uvicorn==0.32.0
|
3 |
-
vllm==0.6.3.post1
|
4 |
pytesseract==0.3.13
|
5 |
-
torch==2.4.0
|
6 |
-
transformers==4.46.0
|
7 |
opencv-python-headless==4.10.0.84
|
8 |
pillow==10.4.0
|
9 |
pdf2image==1.17.0
|
10 |
pypdf==5.1.0
|
11 |
cachetools==5.5.0
|
12 |
psutil==6.1.0
|
13 |
-
numpy==1.26.4
|
|
|
|
|
|
|
|
|
|
1 |
fastapi==0.115.2
|
2 |
uvicorn==0.32.0
|
|
|
3 |
pytesseract==0.3.13
|
|
|
|
|
4 |
opencv-python-headless==4.10.0.84
|
5 |
pillow==10.4.0
|
6 |
pdf2image==1.17.0
|
7 |
pypdf==5.1.0
|
8 |
cachetools==5.5.0
|
9 |
psutil==6.1.0
|
10 |
+
numpy==1.26.4
|
11 |
+
transformers==4.46.0
|
12 |
+
torch==2.4.0+cpu --index-url https://download.pytorch.org/whl/cpu
|
13 |
+
vllm==0.6.3.post1
|
14 |
+
python-multipart==0.0.9
|