Spaces:
Running on Zero
Running on Zero
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 filesCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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" #
|
| 43 |
-
uv run pytest # all
|
| 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 |
```
|