From 76f0fe262169091f48a9505d225bfc781eb12da8 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Tue, 2 Dec 2025 21:30:15 +0700 Subject: [PATCH] fix: steps not allowed fractional --- examples/llama-3/diffusion/sft-1b.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/llama-3/diffusion/sft-1b.yaml b/examples/llama-3/diffusion/sft-1b.yaml index f3b29a809..a9a84ace4 100644 --- a/examples/llama-3/diffusion/sft-1b.yaml +++ b/examples/llama-3/diffusion/sft-1b.yaml @@ -30,7 +30,7 @@ eval_sample_packing: true gradient_accumulation_steps: 4 micro_batch_size: 4 num_epochs: 1 -warmup_steps: 0.1 +warmup_ratio: 0.1 optimizer: adamw_8bit lr_scheduler: cosine