Abhinav Gavireddi
commited on
Commit
·
6c55c62
1
Parent(s):
f21a7de
[fix]: fixed pdf parsing
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -46,5 +46,6 @@ tiktoken>=0.6.0
|
|
46 |
loguru>=0.7.2
|
47 |
unstructured>=0.12.6
|
48 |
magic_pdf>=0.9.12
|
|
|
49 |
pycocotools
|
50 |
git+https://github.com/facebookresearch/detectron2.git@main
|
|
|
46 |
loguru>=0.7.2
|
47 |
unstructured>=0.12.6
|
48 |
magic_pdf>=0.9.12
|
49 |
+
torch>=2.6.0
|
50 |
pycocotools
|
51 |
git+https://github.com/facebookresearch/detectron2.git@main
|