Files
allenai--olmocr/scripts/beaker/gpu-ci-script.sh
T
wehub-resource-sync 917eedffcf
Main / Python 3.11 - Docs (push) Has been cancelled
Main / Python 3.11 - Build (push) Has been cancelled
Main / Python 3.11 - Lint (push) Has been cancelled
Main / Python 3.11 - Style (push) Has been cancelled
Main / Python 3.11 - Test (push) Has been cancelled
Main / GPU CI (push) Has been cancelled
Main / Release (push) Has been cancelled
Main / Build and Push Docker Images (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:27:09 +08:00

16 lines
335 B
Bash
Executable File

#/usr/bin/bash
set -ex
git clone https://github.com/allenai/olmocr.git olmocr \
&& cd olmocr \
&& git checkout $GIT_REVISION \
&& /root/.local/bin/uv pip install --system --no-cache \
.[gpu] \
pytest \
--find-links https://flashinfer.ai/whl/cu124/torch2.4/flashinfer/ \
&& bash scripts/run_integration_test.sh