Skip to content

Commit 0832fac

Browse files
authored
remove extra space from test-maxtext.sh (#1108)
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]>
1 parent 556aba3 commit 0832fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/container/test-maxtext.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ if [ -z "$DECODER_BLOCK" ]; then
247247
# this part could be used to test different model ootb
248248
RUN_SETTINGS="MaxText/train.py \
249249
MaxText/configs/base.yml \
250-
run_name=${RUN_NAME} \
250+
run_name=${RUN_NAME} \
251251
model_name=${MODEL} \
252252
steps=${STEPS} \
253253
per_device_batch_size=${BATCH_PER_GPU} \

0 commit comments

Comments
 (0)