Current backend: {{ app_state.backend }}
{% if app_state.latest_ckpt_name is defined %}
Current checkpoint: {{ app_state.latest_ckpt_name }}
{% endif %}
{% if app_state.latest_ckpt_time is defined %}
Last updated: {{ app_state.latest_ckpt_time }}
{% endif %}
Start over