Daryl Lim Claude Opus 4.6 (1M context) commited on
Commit
522c501
·
1 Parent(s): 4ed0d19

docs: update test counts in README

Browse files

Reflect reduced test suite after batch mode removal (55 → 31 total, 45 → 21 fast).

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

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