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 142b565 commit 8de045dCopy full SHA for 8de045d
src/MaxText/layers/qwen3.py
@@ -708,7 +708,7 @@ def __call__(
708
# Loop over the number of sub-layers that make up one repeating pattern.
709
for i in range(cfg.inhomogeneous_layer_cycle_interval):
710
layer = getattr(self, f"layer_{i}")
711
- x = layer(
+ x, _ = layer(
712
x,
713
decoder_segment_ids,
714
decoder_positions,
0 commit comments