Skip to content

Commit a1104ad

Browse files
committed
fix: add missing rngs
1 parent 1e6b86e commit a1104ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MaxText/layers/decoders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def __init__(self, config: Config, mesh: Mesh, quant: Optional[Quant] = None, mo
129129
compute_axis_order=tuple(map(int, self.config.compute_axis_order.split(","))),
130130
reshape_q=self.config.reshape_q,
131131
model_mode=model_mode,
132+
rngs=self.rngs
132133
)
133134

134135
def __call__(

0 commit comments

Comments
 (0)