{% extends "base.html" %} {% block title %}asiai — Dashboard{% endblock %} {% block content %}
System overview and inference engines status
| Engine | tok/s | TTFT | VRAM | Stability |
|---|---|---|---|---|
| {{ name }} | {{ data.avg_tok_s | format_number }} | {{ data.avg_ttft_ms | format_number(0) }} ms | {{ data.vram_bytes | format_bytes }} | {% if data.stability == 'stable' %} stable {% elif data.stability == 'variable' %} variable {% elif data.stability == 'unstable' %} unstable {% else %} {{ data.stability or '—' }} {% endif %} |