forked from tinygrad/tinygrad
6 lines
189 B
Markdown
6 lines
189 B
Markdown
# Notes
|
|
|
|
- Run tests with `-n12` for speed (e.g. `python -m pytest test/null/test_dtype.py -x -q -n12`)
|
|
- Run `python -m mypy tinygrad/` to typecheck
|
|
- Run `python -m ruff check .` to lint
|