mirror of
https://gitlvb.teallvbs.xyz/IQ.Lvbs/IQ.Pilot.git
synced 2026-09-12 08:43:42 +08:00
7 lines
265 B
Markdown
7 lines
265 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
|
|
- Read `./tinygrad/viz/README.md` for profiling and debugging rewrite rules
|