We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acdbb66 commit 8d22cbdCopy full SHA for 8d22cbd
1 file changed
simumax/core/transformer/language_model.py
@@ -596,4 +596,4 @@ def prefill(self, args, call_stk='', com_buff=None):
596
self.call_stk = f"rank{args.rank}-microbatch{args.microbatch}{call_stk}{self.call_stk}"
597
for layer in self.children_ordered_module:
598
self.layers.append(layer)
599
- layer.prefill(args, self.call_stk, com_buff=com_buff)
+ layer.prefill(args, self.call_stk, com_buff=com_buff)
0 commit comments