You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/MaxText/configs/base.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -595,6 +595,7 @@ grain_train_files: ''
595
595
grain_eval_files: ''
596
596
grain_train_mixture_config_path: ''# Path to a JSON file specifying the mixture weights for Grain training data.
597
597
grain_file_type: 'arrayrecord'# arrayrecord or parquet
598
+
grain_packing_type: 'first_fit'# 'first_fit' or 'concat_then_split'
598
599
grain_worker_count: 1# Set to -1 to enable auto-tuning: automatically determines optimal worker count. See https://google-grain.readthedocs.io/en/latest/_autosummary/grain.experimental.pick_performance_config.html
599
600
grain_per_worker_buffer_size: 1
600
601
# num_threads and prefetch_buffer_size are per-worker per-dataset. Used in ReadOptions (https://google-grain.readthedocs.io/en/latest/tutorials/data_loader_tutorial.html#per-worker-readoptions)
0 commit comments