training / flax /Makefile
supawichwac's picture
Saving train state of step 50
55f3766 verified
check_dirs := .
quality:
black --check $(check_dirs)
ruff $(check_dirs)
style:
black $(check_dirs)
ruff $(check_dirs) --fix