Spaces:
Running on Zero
Running on Zero
Daryl Lim Claude Opus 4.6 (1M context) commited on
Commit ·
522c501
1
Parent(s): 4ed0d19
docs: update test counts in README
Browse filesReflect 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>
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" #
|
| 42 |
-
pytest # all
|
| 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 |
```
|