Tilelli-llm / src /tilelli /utils /__init__.py
TilelliLab's picture
Mirror small files (code, paper, results)
f86dc09 verified
Raw
History Blame Contribute Delete
272 Bytes
"""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"]