Skip to content

Commit

Permalink
remove extra space from test-maxtext.sh (#1108)
Browse files Browse the repository at this point in the history
An extra space causing the run with `model-name` to fail. This should
fix the issue

Signed-off-by: Md Fahim Faysal Khan <[email protected]>
  • Loading branch information
kocchop authored Oct 17, 2024
1 parent 556aba3 commit 0832fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/container/test-maxtext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ if [ -z "$DECODER_BLOCK" ]; then
# this part could be used to test different model ootb
RUN_SETTINGS="MaxText/train.py \
MaxText/configs/base.yml \
run_name=${RUN_NAME} \
run_name=${RUN_NAME} \
model_name=${MODEL} \
steps=${STEPS} \
per_device_batch_size=${BATCH_PER_GPU} \
Expand Down

0 comments on commit 0832fac

Please sign in to comment.