Repositories / olmoocr_runner.git

pyproject.toml

Clone (read-only): git clone http://git.guha-anderson.com/git/olmoocr_runner.git

Branch
408 bytes · 4fbf6515919a
[project] name = "olmocr-runner" version = "0.1.0" description = "Local olmOCR runner" requires-python = ">=3.11,<3.13" dependencies = [ "olmocr @ git+https://github.com/allenai/olmocr.git", "huggingface-hub[cli]", ] [dependency-groups] dev = [ "pytest", ] [tool.pytest.ini_options] markers = [ "integration: requires pandoc, LaTeX, llama-server, model files, and a working GPU backend", ]