Evaluation Output
Eval logs are saved to the logs/ directory by default.
By default, ct run eval exits non-zero and does not convert or upload the run if Inspect ends with an error or cancellation. Pass --no-fail-on-error only when sample errors should be retained without failing the command.
# Custom output location uv run ct run eval --log-dir my-logs/ --run-name experiment1
Eval files use Inspect's .eval format and can be viewed with:
# Open in Inspect viewer inspect view logs/my-eval.eval # Register an eval log as a run uv run ct runs make logs/attack_eval/example.eval