🚀 Collection of tuning recipes with HuggingFace SFTTrainer and PyTorch FSDP.
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
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