Skip to content

Commit ea4b04d

Browse files
committed
fix missing page_state
1 parent 3527353 commit ea4b04d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/MaxText/layers/mixtral.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ def __call__(
135135
deterministic,
136136
model_mode,
137137
previous_chunk=None,
138+
page_state=None,
139+
slot=None,
138140
):
139141

140142
inputs = nn.with_logical_constraint(inputs, self.activation_axis_names)

0 commit comments

Comments
 (0)