mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-08-28 21:14:13 +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
|