| """Tilelli utilities — thermal guard, polite training, safe ckpt loading.""" | |
| from tilelli.utils.checkpoint import safe_load_checkpoint | |
| from tilelli.utils.runtime import ThermalGuard, polite_training | |
| __all__ = ["ThermalGuard", "polite_training", "safe_load_checkpoint"] | |