VikParuchuri / marker

Convert PDF to markdown quickly with high accuracy
https://www.datalab.to
GNU General Public License v3.0
17.91k stars 1.03k forks source link

Bus error (core dumped) #340

Open hallow-cn opened 1 week ago

hallow-cn commented 1 week ago

marker /Literature_Lib/lit_data/ /Literature_Lib/output/ --workers 1 --max 2 Loaded detection model vikp/surya_det3 on device cpu with dtype torch.float32 Loaded detection model vikp/surya_layout3 on device cpu with dtype torch.float32 Loaded reading order model vikp/surya_order on device cpu with dtype torch.float32 Loaded recognition model vikp/surya_rec2 on device cpu with dtype torch.float32 Loaded texify model to cpu with torch.float32 dtype Bus error (core dumped)

Convert a single file runs correctly, but converting multiple files produces the above error.

I am using the CPU mode and 128GB of RAM.