fix: increase time since last

This commit is contained in:
NanoCode012
2025-10-27 15:22:55 +07:00
parent 7fd4edd5a9
commit 943fce0ada

View File

@@ -15,7 +15,7 @@ from axolotl.telemetry.runtime_metrics import RuntimeMetricsTracker
LOG = logging.getLogger(__name__)
TIME_SINCE_LAST = 30
TIME_SINCE_LAST = 60
class TelemetryCallback(TrainerCallback):