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

Add paged attention optimizations #30

Open
jorgeantonio21 opened this issue Apr 8, 2024 · 1 comment
Open

Add paged attention optimizations #30

jorgeantonio21 opened this issue Apr 8, 2024 · 1 comment
Labels

Comments

@jorgeantonio21
Copy link
Contributor

In order to have a fast service for inference, we need to implement a few optimisations on top of Candle. This will include an implementation of paged attention (see here for an existing implementation using Candle already).

@jorgeantonio21
Copy link
Contributor Author

We should also optimise our stack using cache mechanisms for inference service, see here for an existing implementation using Candle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant