mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-08-27 19:21:50 +08:00
6 lines
80 B
Makefile
6 lines
80 B
Makefile
.PHONY: format
|
|
|
|
format:
|
|
isort generate.py wan
|
|
yapf -i -r *.py generate.py wan
|