Skip to content

Commit e155eda

Browse files
Reduce SFT fine-tuning steps to avoid timeout (GoogleCloudPlatform#831)
1 parent d932d88 commit e155eda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dags/multipod/maxtext_sft_trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
'export PRE_TRAINED_MODEL_TOKENIZER=meta-llama/Llama-2-7b-chat-hf',
4848
'export PRE_TRAINED_MODEL_CKPT_PATH=gs://maxtext-model-checkpoints/llama2-7b-chat/scanned/0/items',
4949
f'export BASE_OUTPUT_DIRECTORY={base_output_directory}',
50-
'export STEPS=2500',
50+
'export STEPS=1000',
5151
'export PROMPT="Suggest some famous landmarks in London."',
5252
'bash end_to_end/tpu/test_sft_trainer.sh',
5353
)

0 commit comments

Comments
 (0)