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, authors,
Thanks for your open-sourcing such excellent work. I am working on KV compression and expect to develop new algorithms on your repo. I am asking whether you can provide more exemplary code for other attention methods for the ease of comparison.
Best.
The text was updated successfully, but these errors were encountered:
For example, attn_type=dilated1/dilated2/streaming correspond to 'StreamingLLM w/ dilated', 'StreamingLLM w/ strided', and 'StreamingLLM' in the paper, respectively.
If you need to use snapkv, set use_snapkv=True and attn_type=minference_with_dense.
Describe the issue
Hi, authors,
Thanks for your open-sourcing such excellent work. I am working on KV compression and expect to develop new algorithms on your repo. I am asking whether you can provide more exemplary code for other attention methods for the ease of comparison.
Best.
The text was updated successfully, but these errors were encountered: