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. ![Image](https://github.com/user-attachments/assets/95a7d605-327a-4e96-96da-2969f8f0d7eb) 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...