We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723d508 commit a000579Copy full SHA for a000579
nemo_rl/models/megatron/data.py
@@ -80,11 +80,11 @@ def make_processed_microbatch_iterator(
80
packed_seq_params,
81
cu_seqlens_padded,
82
) = process_microbatch(
83
- data_dict,
84
- seq_length_key,
85
- pad_individual_seqs_to_multiple_of,
86
- pad_packed_seq_to_multiple_of,
87
- pad_full_seq_to,
+ data_dict=data_dict,
+ seq_length_key=seq_length_key,
+ pad_individual_seqs_to_multiple_of=pad_individual_seqs_to_multiple_of,
+ pad_packed_seq_to_multiple_of=pad_packed_seq_to_multiple_of,
+ pad_full_seq_to=pad_full_seq_to,
88
pack_sequences=pack_sequences,
89
)
90
0 commit comments