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

TriePagedAttentionCache - 2 #628

Closed
wants to merge 18 commits into from
Closed

TriePagedAttentionCache - 2 #628

wants to merge 18 commits into from

Conversation

renxida
Copy link
Contributor

@renxida renxida commented Nov 28, 2024

See an earlier draft of this PR at #600

Instead of using a radix tree, a block trie is more appropriate for our paged attention. We can always add back the one feature that distinguishes a radix tree from this implementation (merging tree nodes on long un-branching paths)

This PR depends on #608 and #565 and should not be reviewed until they are merged.

@renxida renxida force-pushed the trie-2 branch 2 times, most recently from 3d42b83 to 74adaab Compare December 2, 2024 19:03
@renxida renxida changed the title TriePagedAttentionCache TriePagedAttentionCache - 2 Dec 2, 2024
@renxida
Copy link
Contributor Author

renxida commented Dec 12, 2024

Replaced by #632

@renxida renxida closed this Dec 12, 2024
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.

1 participant