Skip to content

Commit 541182f

Browse files
Merge pull request #21 from iamarunbrahma/fix/makefile
update format-nb in Makefile and benchmarking section in README.md
2 parents f8bc1bc + b58e324 commit 541182f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lint:
44
ruff check . --fix
55

66
format-nb:
7-
black --ipynb docs/examples/*.ipynb
7+
black --ipynb **/**/*.ipynb
88

99
format: format-nb
1010
black .

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ Note: I used gpt-4o model for Vision Parse to extract markdown content from the
226226

227227
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.
228228

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

234234
2. Run the benchmark script:

0 commit comments

Comments
 (0)