Skip to content

Commit 72a9650

Browse files
author
susanbao
committed
HIDDEN_STATE_WITH_OFFLOAD has not been supported
1 parent d1ea7a7 commit 72a9650

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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='HIDDEN_STATE_WITH_OFFLOAD' \
347+
remat_policy='FULL' \
348348
flash_min_seq_length=0 \
349349
seed=$RANDOM \
350350
skip_first_n_steps_for_profiler=3 \

0 commit comments

Comments
 (0)