Skip to content

[Feature] Print out OmegaConf configs at the start of evaluation/inference #1629

@wizeng23

Description

@wizeng23

Feature request

We do this for training here:

logger.info(f"TrainingConfig:\n{pformat(config)}")
. Having it for eval and inference would be nice as well.

Motivation / references

This is useful for confirming that any CLI config overrides the user specifies are properly propagated, ex. oumi infer -i -c path/to/config --model.model_name "different_model".

Your contribution

Happy to advise

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions