Skip to content

Commit

Permalink
Updated StreamingTextDataloader to pass take in shuffle_block_size (#503
Browse files Browse the repository at this point in the history
)
  • Loading branch information
snarayan21 authored Aug 3, 2023
1 parent b4e27c0 commit 358e064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llmfoundry/data/text_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def __init__(self,
shuffle=shuffle,
shuffle_algo=shuffle_algo,
shuffle_seed=shuffle_seed,
shuffle_block_size=shuffle_block_size,
)
self.tokenizer = tokenizer
self.max_seq_len = max_seq_len
Expand Down

0 comments on commit 358e064

Please sign in to comment.