From f94ee07995ba9b84000abd56afe63ef74223e212 Mon Sep 17 00:00:00 2001 From: Jim Burtoft <39492751+jimburtoft@users.noreply.github.com> Date: Fri, 12 Sep 2025 10:48:15 -0400 Subject: [PATCH] Update run_llama_nxd.py spelling nit --- .../training/llama/tp_pp_llama_hf_pretrain/run_llama_nxd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/training/llama/tp_pp_llama_hf_pretrain/run_llama_nxd.py b/examples/training/llama/tp_pp_llama_hf_pretrain/run_llama_nxd.py index e7cd4bb..701b936 100644 --- a/examples/training/llama/tp_pp_llama_hf_pretrain/run_llama_nxd.py +++ b/examples/training/llama/tp_pp_llama_hf_pretrain/run_llama_nxd.py @@ -191,7 +191,7 @@ def get_model(config): args.training_dir, args.train_batch_size, dp_size, dp_rank, args.seed ) - print("Creating sample dataloader finised") + print("Creating sample dataloader finished") # Only print/logging on the last PP rank of the first PP group # Since loss is only in the last PP rank