training / Makefile
supawichwac's picture
Saving train state of step 50
55f3766 verified
raw history blame
No virus
130 Bytes
check_dirs := .
quality:
black --check $(check_dirs)
ruff $(check_dirs)
style:
black $(check_dirs)
ruff $(check_dirs) --fix