Expand description
Project scaffolding (fdl init): generates Dockerfile, fdl.yml,
training template, .gitignore.
fdl init <name> – scaffold a new floDl project.
Three modes, selected by flag or interactive prompt:
Mounted(default): Docker with libtorch host-mounted at runtime.Docker(--docker): Docker with libtorch baked into the image.Native(--native): no Docker; libtorch and cargo provided on the host.