Steve

Results 9 comments of Steve

Getting the same issue with docker python:3.11-slim

I changed my Dockerfile to this and it fixed the issue ``` # For more information, please refer to https://aka.ms/vscode-docker-python FROM --platform=linux/amd64 python:3.11 # Keeps Python from generating .pyc files...

I'm using a esp32-wroom-32 module(esp32 devkit v1) as well. Wondering why I would be running out of memory. Maybe its the way I'm programming it?? its definitely crashing here `let...

put in a simple [pull request](https://github.com/matteocarnelos/microflow-rs/pull/3) to fix the 2nd issue I mentioned. `unexpected argument of type Option` First issue still remains a mystery

I got the quantized version working in google colab pro with the A100. `!python -m olmocr.pipeline ./localworkspace --markdown --pdfs tests/gnarly_pdfs/*.pdf --model allenai/olmOCR-7B-0225-preview-FP8` ``` ================================================================================ 2025-06-27 02:51:51,430 - __main__ - INFO...

[PR](https://github.com/allenai/olmocr/pull/272) Got it to do 1 pdf per 3 secs on a 3090. Try the example in this pull request

I'm getting .33 images per second on a 3090 TI 24GB with allenai/olmOCR-7B-0225-preview and .67 images per second with allenai/olmOCR-7B-0225-preview-FP8. I'm using vLLM and the gnarly pdfs to verify.

On Google Colab, I was able to get 1.77s and 2s per doc with an A100 with my own pdfs.