mirror of
https://github.com/allenai/olmocr.git
synced 2025-10-12 16:52:20 +00:00
Fixing CI again
This commit is contained in:
parent
cd79b202ed
commit
dd92c75c1f
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
||||
task:
|
||||
- name: Test
|
||||
run: |
|
||||
playwright install chromium
|
||||
pytest -v --color=yes -m "not nonci" tests/
|
||||
pytest -v --color=yes -m "not nonci" olmocr/bench/katex/render.py
|
||||
|
||||
@ -180,7 +181,6 @@ jobs:
|
||||
pip install --upgrade pip setuptools wheel build
|
||||
pip install -e .[dev]
|
||||
pip install -e .[bench]
|
||||
playwright install chromium
|
||||
|
||||
- name: Prepare environment
|
||||
run: |
|
||||
|
@ -206,7 +206,7 @@ python -m olmocr.bench.convert marker --dir "$BENCH_DIR"
|
||||
|
||||
# Run chatgpt benchmarks
|
||||
echo "Running chatgpt benchmarks..."
|
||||
python -m olmocr.bench.convert chatgpt --dir "$BENCH_DIR"
|
||||
python -m olmocr.bench.convert chatgpt --dir "$BENCH_DIR" --parallel 4
|
||||
#python -m olmocr.bench.convert chatgpt:name=chatgpt45:model=gpt-4.5-preview-2025-02-27
|
||||
|
||||
# Run gemini benchmarks
|
||||
|
Loading…
x
Reference in New Issue
Block a user