gpu-ci-script.sh 335 B

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