update ui

Former-commit-id: b1522a3c0951e2e57f873dc6c758aaed33ca374e
This commit is contained in:
hiyouga
2024-07-03 23:13:49 +08:00
parent 14d3001824
commit 8ac4f87c91
3 changed files with 23 additions and 41 deletions

View File

@@ -138,10 +138,9 @@ class Runner:
warmup_steps=get("train.warmup_steps"),
neftune_noise_alpha=get("train.neftune_alpha") or None,
optim=get("train.optim"),
packing=get("train.packing") or get("train.neat_packing"),
neat_packing=get("train.neat_packing"),
resize_vocab=get("train.resize_vocab"),
packing=get("train.packing"),
efficient_packing=get("train.efficient_packing"),
upcast_layernorm=get("train.upcast_layernorm"),
use_llama_pro=get("train.use_llama_pro"),
shift_attn=get("train.shift_attn"),
report_to="all" if get("train.report_to") else "none",