Skip to content

Commit bbc114f

Browse files
committed
increase buffer size
1 parent 01921d5 commit bbc114f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algoperf/workloads/lm/input_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
SEQUENCE_LENGTH = 1024
1919
MAX_CORPUS_CHARS = 1_000_000_000
20-
SHUFFLE_BUFFER_SIZE = 1024
20+
SHUFFLE_BUFFER_SIZE = 100_000
2121
VOCAB_SIZE = 50_257
2222

2323

0 commit comments

Comments
 (0)