Skip to content

Commit

Permalink
#11962: update mamba pcc target
Browse files Browse the repository at this point in the history
  • Loading branch information
rdjogoTT committed Oct 3, 2024
1 parent 2be60d4 commit b78ef15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/demos/wormhole/mamba/tests/test_residual_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ def forward(self, x):
ModelMode.PREFILL,
1,
128,
0.9980,
0.9973,
),
(
"state-spaces/mamba-2.8b",
ModelMode.DECODE,
32,
1,
0.9998,
0.9996,
),
),
)
Expand Down

0 comments on commit b78ef15

Please sign in to comment.