mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-08-30 04:06:07 +00:00
189 B
189 B
Notes
- Run tests with
-n12for 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