You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I noticed that if the fast-path is disabled for Mamba2, the perplexity of the model increases. I tested a 130M Mamba2 model and the PPL for wikitext measured with eleuther-eval-harness is 31 when using the fast-path and ~38 when not using the fast-path (torch_forward). Do you know why this happens?
The text was updated successfully, but these errors were encountered:
Hi,
I noticed that if the fast-path is disabled for Mamba2, the perplexity of the model increases. I tested a 130M Mamba2 model and the PPL for wikitext measured with eleuther-eval-harness is 31 when using the fast-path and ~38 when not using the fast-path (torch_forward). Do you know why this happens?
The text was updated successfully, but these errors were encountered: