Daryl Lim Claude Opus 4.8 (1M context) commited on
Commit
23bd770
·
1 Parent(s): 3548d85

docs: sync README test counts (58 fast / 68 total)

Browse files

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -39,6 +39,6 @@ The Gradio interface launches at `http://localhost:7860`.
39
  uv run ruff check . # lint
40
  uv run ruff format . # format
41
  uv run ty check # type check
42
- uv run pytest -m "not slow" # 51 fast tests
43
- uv run pytest # all 61 tests (slow require CUDA + model download)
44
  ```
 
39
  uv run ruff check . # lint
40
  uv run ruff format . # format
41
  uv run ty check # type check
42
+ uv run pytest -m "not slow" # 58 fast tests
43
+ uv run pytest # all 68 tests (slow require CUDA + model download)
44
  ```