Fixes, adding more runners

This commit is contained in:
Jake Poznanski 2025-10-20 17:11:12 +00:00
parent e796448482
commit 76e05f8165
2 changed files with 1 additions and 1 deletions

@ -1 +0,0 @@
Subproject commit 71238d87321fcc9058eee809c75596398bf235bb

View File

@ -81,6 +81,7 @@ commands.extend([
"cd olmOCR-bench && git lfs pull && cd ..",
"python -m pip install paddlepaddle-gpu==3.2.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/",
"python -m pip install -U \"paddleocr[doc-parser]\"",
"python -m pip install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"python -m pip install https://paddle-whl.bj.bcebos.com/nightly/cu126/safetensors/safetensors-0.6.2.dev0-cp38-abi3-linux_x86_64.whl",
"python -m olmocr.bench.convert paddlevl --dir ./olmOCR-bench/bench_data --parallel 0",