You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but I want to process the pdfs in concurrently with threads (io bounded by nougat's slowness + my small batch size needed or it crashes due to OMM) because the following:
How to process a pdf to convert to mmd inside of python instead of bash? (instead of nougat path/to/file.pdf -o output_directory -m 0.1.0-base)
I see that the recommended command is
but I want to process the pdfs in concurrently with threads (io bounded by nougat's slowness + my small batch size needed or it crashes due to OMM) because the following:
is too slow. I sometimes have 8 gpus with 80GBs available.
So how do I do the equivalent command where I pass a single path to the pdf and process it to convert the pdf to .mmd? (pdf -> mmd).
The text was updated successfully, but these errors were encountered: