You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cli): add -s/--sizes option for custom layer sizes
Replace the fixed `SIZES` constant with a runtime list defaulting to
`16,24,32,256`, parsed from a comma-separated `--sizes` argument and
validated to the 1–256 range.
0 commit comments