Skip to content

Commit

Permalink
Merge pull request #21 from iamarunbrahma/fix/makefile
Browse files Browse the repository at this point in the history
update format-nb in Makefile and benchmarking section in README.md
  • Loading branch information
iamarunbrahma authored Jan 24, 2025
2 parents f8bc1bc + b58e324 commit 541182f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lint:
ruff check . --fix

format-nb:
black --ipynb docs/examples/*.ipynb
black --ipynb **/**/*.ipynb

format: format-nb
black .
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ Note: I used gpt-4o model for Vision Parse to extract markdown content from the

You can benchmark the performance of Vision Parse on your machine against your own dataset. Run `scoring.py` to generate a detailed comparison report in the output directory.

1. Install the development dependencies:
1. Install packages from requirements.txt:
```bash
pip install -e ".[dev]"
pip install --no-cache-dir -r benchmarks/requirements.txt
```

2. Run the benchmark script:
Expand Down

0 comments on commit 541182f

Please sign in to comment.