srush / annotated-mamba

Annotated version of the Mamba paper
MIT License
445 stars 17 forks source link

typo: globabl -> global #3

Closed CompRhys closed 6 months ago

CompRhys commented 6 months ago

Fix simple typo

CompRhys commented 6 months ago

"Reminder that it looks like "

due to parsing error for

\begin{eqnarray*}
h_{n,k} =& \bar{a}_{n,k} h_{k-1} + \bar{b}_{n,k} x_k  \\
y_k =& \sum_n c_{n, k} h_{n, k}   
\end{eqnarray*}

Indeed many equations are actually not being displayed due to this error but this was the first that really broke the flow

srush commented 6 months ago

Thanks!

srush commented 6 months ago

Oh man, I can't believe the math wasn't there. Fixed now.

CompRhys commented 6 months ago

don't worry even without the math it was a great aid! I made it more than halfway through before I was like 'mhmm this sentence is missing something'