Skip to content

[Runtime] Stateless interface of PagedKVCache leaf node commit#17057

Merged
tqchen merged 1 commit intoapache:mainfrom
MasterJH5574:tvm-dev/2024-06-02-stateless-commit-paged-kv-cache
Jun 2, 2024
Merged

[Runtime] Stateless interface of PagedKVCache leaf node commit#17057
tqchen merged 1 commit intoapache:mainfrom
MasterJH5574:tvm-dev/2024-06-02-stateless-commit-paged-kv-cache

Conversation

@MasterJH5574
Copy link
Copy Markdown
Contributor

This PR changes the interface of the function
CommitAcceptedTokenTreeNodeToKVCache introduced recently for PagedKVCache to a stateless interface. Previously the interace is a stateful one, which makes strong assumption on the caller side. This commit removes the assumption so that the interface becomes less confusing.

This PR changes the interface of the function
`CommitAcceptedTokenTreeNodeToKVCache` introduced recently for
PagedKVCache to a stateless interface. Previously the interace
is a stateful one, which makes strong assumption on the caller
side. This commit removes the assumption so that the interface
becomes less confusing.
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