-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
k_norm in rope for fp8 kv cache (#3633)
Summary: X-link: facebookresearch/FBGEMM#709 Pull Request resolved: #3633 Zero init of dequantized kv in prefill (D68574038), prefill FA3: GQA decode (USE_MQA_ATTN=1): Evaluation results on task nq.0_shot: em: 0.146814 | f1: 0.282832 Triton Split-k: Evaluation results on task nq.0_shot: em: 0.147368 | f1: 0.284228 BF16, prefill FA3 : Evaluation results on task nq.0_shot: em: 0.148753 | f1: 0.285131 Reviewed By: jianyuh Differential Revision: D68815109 fbshipit-source-id: d1da9baaf5fd34b705b793173c2a1e6c04d7901d
- Loading branch information
1 parent
f18ec58
commit 6b5568a
Showing
3 changed files
with
72 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters