microsoft / microsoft/MInference
[Question]: What are the definitions of the different stages?
@iofu728 is already working on this.
Since Dec 19, 2024.
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 82
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 1
Description
Describe the issue
I would like to ask politely, what are the definitions of the different stages here? How to distinguish them? I am a novice in this field
ATTN_KV_TYPES=(
"vllm;dense" # FullAttention
"vllm_minference;dense" "vllm_a_shape;dense" "vllm_tri_shape;dense" # 1) KV Cache Generation Stage
"dense;streamingllm" "dense;snapkv" "dense;pyramidkv" "dense;kivi" # 2) KV Cache Compression Stage
"vllm_blend;dense" # 3) KV Cache Retrieval Stage
"dense;quest" "dense;retr_attn" # 4) KV Cache Loading Stage
)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.