{% extends "base.html" %} {% block title %}run {{ run_id }} config - lm-eval-ledger{% endblock %} {% block content %}

Config · run {{ run_id }} · {{ run_name }}

← Run History

config{{ "" if source_yaml else " (resolved)" }} download
{% if not source_yaml %}

This run was launched from CLI flags only (no config file); the resolved config below reproduces it exactly.

{% endif %}
{{ source_yaml or config_yaml }}
{% if source_yaml %}
as executed (resolved: every field pinned, CLI/interactive overrides applied) download
{{ config_yaml }}
{% endif %}
{% endblock %}