[console_scripts]
dllm = dllm_parallel.cli:main
dllm-build-kernels = dllm_parallel.core.kernels.build:main
dllm-checkpoint = dllm_parallel.core.checkpoint:main
dllm-export-diffusiongemma = dllm_parallel.core.models.backbones.diffusiongemma.export:main
dllm-release-gate = dllm_parallel.core.profiling.release_gates:main
dllm-train = dllm_parallel.training.entrypoint:main
