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
@@ -598,6 +598,7 @@ grain_train_files: ''
598
598
grain_eval_files: ''
599
599
grain_train_mixture_config_path: ''# Path to a JSON file specifying the mixture weights for Grain training data.
600
600
grain_file_type: 'arrayrecord'# arrayrecord or parquet
601
+
grain_packing_type: 'first_fit'# 'first_fit' or 'concat_then_split'. See details of the corresponding module in https://google-grain.readthedocs.io/en/latest/grain.experimental.html
601
602
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
602
603
grain_per_worker_buffer_size: 1
603
604
# num_threads and prefetch_buffer_size are per-worker per-dataset.
0 commit comments