fix: 修复 chat_sft.py log 函数 section 参数传递错误问题

This commit is contained in:
Liu Jiang 2026-03-05 12:46:30 +08:00
parent c4d3727ba8
commit 223e9b170e

View File

@ -499,7 +499,7 @@ print0(f"Minimum validation bpb: {min_val_bpb:.4f}")
# Log to report
from nanochat.report import get_report
get_report().log(section="SFT", data=[
get_report().log(section="Chat sft", data=[
user_config, # CLI args
{ # stats about the training setup
"Number of iterations": step,