Skip to content

Commit f288594

Browse files
author
susanbao
committed
update
1 parent 1584eec commit f288594

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ After installation completes, run the training script.
233233
max_train_steps=1000 \
234234
enable_profiler=True \
235235
dataset_save_location=${SAVE_DATASET_DIR} \
236-
remat_policy='FULL' \
236+
remat_policy='HIDDEN_STATE_WITH_OFFLOAD' \
237237
flash_min_seq_length=0 \
238238
seed=$RANDOM \
239239
skip_first_n_steps_for_profiler=3 \
@@ -344,7 +344,7 @@ After installation completes, run the training script.
344344
jax_cache_dir=${OUTPUT_DIR}/jax_cache/ \
345345
enable_profiler=True \
346346
dataset_save_location=${SAVE_DATASET_DIR} \
347-
remat_policy='FULL' \
347+
remat_policy='HIDDEN_STATE_WITH_OFFLOAD' \
348348
flash_min_seq_length=0 \
349349
seed=$RANDOM \
350350
skip_first_n_steps_for_profiler=3 \

0 commit comments

Comments
 (0)