Skip to content

Commit bd9d689

Browse files
committed
minor fix
Signed-off-by: dimapihtar <[email protected]>
1 parent c7766e9 commit bd9d689

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

megatron/training/datasets/fim_dataset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ def _query_document_sample_shuffle_indices(self, idx: int) -> Tuple[np.ndarray,
168168
def _fim_permute_sequence(self, sequence, rate):
169169
return self._permute(
170170
sequence,
171-
self.np_rng,
172171
rate,
173172
self.fim_spm_rate,
174173
self.config.tokenizer,

0 commit comments

Comments
 (0)