Some settings belong to runtime behavior, not to model definition. Things like precision, device selection, callbacks, checkpointing, and related training controls should not live inside the model config.
This issue moves runtime knobs out of model config and into trainer/runtime config. The point is to keep model config focused on the model itself.
Some settings belong to runtime behavior, not to model definition. Things like precision, device selection, callbacks, checkpointing, and related training controls should not live inside the model config.
This issue moves runtime knobs out of model config and into trainer/runtime config. The point is to keep model config focused on the model itself.