kkyeer
Results
2
comments of
kkyeer
The same to you ,my solution is comment the follow line and run with a '--model' param, works for me.  command: python -m olmocr.pipeline ./localworkspace --pdfs /path/to/your.pdf --model /path/to/your/model
same problem,this is because unsloth use HuggingFace api to list files(never local dir). I am not a professional python developer,not sure how to fix this. My solution is to hack...