Uh oh!
There was an error while loading. Please reload this page.
Fix MultiHeadAttention GQA with input normalization - #378
Conversation
adhocyyf
commented
Aug 17, 2023
I recommend hide whitespace to review this pr: https://github.com/NVIDIA/TransformerEngine/pull/378/files?diff=unified&w=1 |
cyanguwa
commented
Aug 21, 2023
Hi @adhocyyf, Thanks for submitting this PR. If I understand correctly, the only component missing in our The code changes in this PR seem a little repetitive. If my understanding above is correct, would it be sufficient to just add the Thanks, |
7010d5b to
cdb89eeCompareSigned-off-by: adhocyyf <763078109@qq.com>
adhocyyf
commented
Aug 22, 2023
Hi @cyanguwa thanks for your suggestion,I simplified my PR |
cyanguwa
commented
Aug 22, 2023
Closing the PR as relevant changes have been made in #434 . Thanks for your contribution!! |
When use gqa with input normalization,both
key_layerandvalue_layerinputs are not applying normalization.