-
Notifications
You must be signed in to change notification settings - Fork 195
[E2E Testing] KV-Cache #1004
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[E2E Testing] KV-Cache #1004
Conversation
👋 Hi! Thank you for contributing to llm-compressor. Please add the ready label when the PR is ready for review. |
@@ -0,0 +1,7 @@ | |||
cadence: "nightly" | |||
test_type: "regression" | |||
model: TinyLlama/TinyLlama-1.1B-Chat-v1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other models/size and recipes are welcome.
currently targeting small model and fused layer model
Can approve if nightly passes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the nightly pass @horheynm ?
~~Contingent on merge of vllm-project/vllm#11354 ^ merged SUMMARY: Add kv-cache e2e testing * One small model - tinyllama - with kv-cache * One small model - tinyllama - with kv-cache + gptq * Fused Model - phi3 - with kv-cache Signed-off-by: Kyle Sayers <[email protected]>
Contingent on merge of vllm-project/vllm#11354^ merged
SUMMARY:
Add kv-cache e2e testing