foundation-model-stack / fms-hf-tuning

🚀 Collection of tuning recipes with HuggingFace SFTTrainer and PyTorch FSDP.
Apache License 2.0
28 stars 48 forks source link

feat: [Trainer controller] Configuration to set logging level for trigger log in the trainer controller #282

Closed seshapad closed 3 months ago

seshapad commented 3 months ago

Is your feature request related to a problem? Please describe.

The log message printed when an action is taken by the trainer controller might require different logging levels for different usecases.

Describe the solution you'd like

The trainer controller has a configuration section where we could specify the trigger log level.

Describe alternatives you've considered

NA

Additional context

NA

seshapad commented 3 months ago

Addressed in PR #241.