We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1584eec commit f288594Copy full SHA for f288594
1 file changed
README.md
@@ -233,7 +233,7 @@ After installation completes, run the training script.
233
max_train_steps=1000 \
234
enable_profiler=True \
235
dataset_save_location=${SAVE_DATASET_DIR} \
236
- remat_policy='FULL' \
+ remat_policy='HIDDEN_STATE_WITH_OFFLOAD' \
237
flash_min_seq_length=0 \
238
seed=$RANDOM \
239
skip_first_n_steps_for_profiler=3 \
@@ -344,7 +344,7 @@ After installation completes, run the training script.
344
jax_cache_dir=${OUTPUT_DIR}/jax_cache/ \
345
346
347
348
349
350
0 commit comments