mirror of
https://github.com/karpathy/nanochat.git
synced 2026-03-21 12:23:13 +00:00
fix: 修复 chat_sft.py log 函数 section 参数传递错误问题
This commit is contained in:
parent
c4d3727ba8
commit
223e9b170e
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user