Skip to content
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

[TRTLLM] add enable kv cache reuse #1460

Merged
merged 2 commits into from
Jan 8, 2024

Conversation

lanking520
Copy link
Contributor

Description

Allow reusable KVCache

@lanking520 lanking520 requested review from zachgk, frankfliu and a team as code owners January 8, 2024 17:46
@@ -725,6 +725,7 @@
"mistral-7b": {
"option.model_id": "s3://djl-llm/mistral-7b/",
"option.tensor_parallel_degree": 4,
"option.enable_kv_cache_reuse": "true",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this option needs to be added in the toolkit to get updated.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my bad, it's already there.

@rohithkrn rohithkrn merged commit c39cafb into deepjavalibrary:master Jan 8, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants