Skip to content

Commit 8d22cbd

Browse files
authored
[chore] fix typo (#3)
1 parent acdbb66 commit 8d22cbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simumax/core/transformer/language_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,4 +596,4 @@ def prefill(self, args, call_stk='', com_buff=None):
596596
self.call_stk = f"rank{args.rank}-microbatch{args.microbatch}{call_stk}{self.call_stk}"
597597
for layer in self.children_ordered_module:
598598
self.layers.append(layer)
599-
layer.prefill(args, self.call_stk, com_buff=com_buff)
599+
layer.prefill(args, self.call_stk, com_buff=com_buff)

0 commit comments

Comments
 (0)