Skip to content

Add option to ignore previous config on rerun - #229

Open
JosephMarinier wants to merge 1 commit into
mainfrom
pr/joseph/ignore-previous-config
Open

JosephMarinier wants to merge 1 commit into
mainfrom
pr/joseph/ignore-previous-config

Conversation

@JosephMarinier

@JosephMarinier JosephMarinier commented Sep 18, 2026

Copy link
Copy Markdown
Collaborator

From eva --help:

--ignore-previous-config
Ignore the config.json saved by the previous run (assuming --run-id points to an existing run). Use with caution. Without this flag, only a few fields (rerun, preflight, and metrics) can be overridden on rerun; the rest come from the saved config.json. (default: False)

@JosephMarinier JosephMarinier self-assigned this Sep 18, 2026
Comment thread src/eva/run_benchmark.py
Comment on lines +41 to +43
if config.ignore_previous_config:
runner = BenchmarkRunner(config)
else:

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's the only new bit; the rest of the changes in this file are just indentation.

@JosephMarinier
JosephMarinier force-pushed the pr/joseph/ignore-previous-config branch from 7f4a745 to 3830f43 Compare September 18, 2026 20:41
@JosephMarinier
JosephMarinier force-pushed the pr/joseph/ignore-previous-config branch from 3830f43 to 4617570 Compare September 19, 2026 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant