get_deterministic_run_name#

get_deterministic_run_name(
config_path,
overrides=None,
use_timestamp=True,
)#

Generate a deterministic run name based on the config file name, current timestamp, and any overrides.

Parameters:
  • config_path (str) – Path to the configuration file

  • overrides (list[str] | None) – List of overrides in the format “key=value”

  • use_timestamp (bool) – Whether to include the timestamp in the run name

Returns:

{config_name}_{timestamp}_{override_hash}

Return type:

A deterministic run name in the format