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, patch_attention is used to help perform fake quantization on post-RoPE KV cache. We apply KV cache quantization by registering a forward hook on RotaryEmbedding module.
As title. Why can't we use the original forward function?
The text was updated successfully, but these errors were encountered: