We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489a775 commit 42109b9Copy full SHA for 42109b9
axlearn/experiments/text/gpt/common.py
@@ -504,7 +504,8 @@ def mixture_train_input_source(
504
config_for_function(input_tf_data.tfds_dataset).set(
505
dataset_name=component.name,
506
split=component.split,
507
- train_shuffle_buffer_size=64 * component.shuffle_buffer_size,
+ # train_shuffle_buffer_size=64 * component.shuffle_buffer_size,
508
+ train_shuffle_buffer_size=0,
509
read_config=tfds_read_config(),
510
)
511
0 commit comments