Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions autotest/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ case:
base_metric: qwen3-sft/20251117105949/tracker.jsonl
check_metrics:
grad_norm: 1
loss/maxvio: 0.000001
loss/local_loss: 0.000001
loss/reduced_balancing_loss: 0.000001
loss/maxvio: 0.05
loss/local_loss: 0.02
loss/reduced_balancing_loss: 0.02
loss/reduced_llm_loss: 0.02
lr: 0
timeout: 10800
Expand Down Expand Up @@ -587,12 +587,12 @@ case:
operator: <
-
metric: mismatch/mismatch_k3_kl
threshold: 0.0001
threshold: 0.0002
method: absolute
operator: <=
-
metric: response/response_len/mean
threshold: 0.12
threshold: 0.25
method: relative
operator: <
-
Expand Down
2 changes: 1 addition & 1 deletion autotest/config/qwen3_5_35B_sft_vl.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
optim_cfg = AdamWConfig(lr=6e-05)
lr_cfg = LRConfig(lr_type="cosine", lr_min=1e-6)
fsdp_cfg = FSDPConfig(
torch_compile=True,
torch_compile=False,
cpu_offload=False,
)

Expand Down
Loading