Skip to content

Commit a315726

Browse files
committed
fix
Signed-off-by: Alexandros Koumparoulis <[email protected]>
1 parent 4e13dcc commit a315726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional_tests/hf_consolidated_fsdp/L2_HF_Consolidated_PP2_LLM_Checkpoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ TRANSFORMERS_OFFLINE=1 python -m torch.distributed.run --nproc_per_node=2 --nnod
3030
--dataset.dataset_name /home/TestData/lite/hf_cache/squad/ \
3131
--validation_dataset.dataset_name /home/TestData/lite/hf_cache/squad/ \
3232
--dataset.limit_dataset_samples 1000 \
33-
--dataset.seq_length 512 \
33+
--dataset.max_seq_length 512 \
3434
--validation_dataset.seq_length 512 \
3535
--step_scheduler.ckpt_every_steps 10 \
3636
--checkpoint.enabled true \

0 commit comments

Comments
 (0)