Skip to content

Commit ba76db3

Browse files
committed
Use logger, not logging
Signed-off-by: Angel Luu <[email protected]>
1 parent b510c2e commit ba76db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuning/sft_trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ def main():
635635
training_args.output_dir, "scanner_output.json"
636636
)
637637
sc_callback = [Scanner(output_fmt=output_fmt)]
638-
logging.info(
638+
logger.info(
639639
"Attaching HFResourceScanner as a callback with output_fmt: %s",
640640
output_fmt,
641641
)

0 commit comments

Comments
 (0)