Add missing logging_config value

#16
by BenedictWJIrwin - opened

I found that pydantic failed to validate this runner.yml without the extra {}

packages/pydantic/main.py", line 716, in model_validate return cls.__pydantic_validator__.validate_python( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pydantic_core._pydantic_core.ValidationError: 1 validation error for TrainingConfig logging_config Input should be a valid dictionary or instance of LoggingConfig [type=model_type, input_value=None, input_type=NoneType] For further information visit https://errors.pydantic.dev/2.12/v/model_type

SandboxAQ org

Good catch! I had deleted some of our WandB info and forgot to add the brackets back in.

sb-sb changed pull request status to merged

Sign up or log in to comment