Skip to content

Commit 80bbb53

Browse files
committed
fix
1 parent b83daf9 commit 80bbb53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxtext/input_pipeline/hf_data_processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def vision_sft_preprocessing_pipeline(
181181
data_source=dataset,
182182
operations=operations,
183183
sampler=dummy_index_sampler,
184-
worker_count=config.grain_worker_count, # only supports <=1 for now, more workers results in duplicated data
184+
worker_count=config.grain_worker_count,
185185
worker_buffer_size=1,
186186
read_options=grain.ReadOptions(num_threads=1, prefetch_buffer_size=batch_size * 4),
187187
)

0 commit comments

Comments
 (0)