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

How's the speed compare with vanilla candle #99

Open
MonolithFoundation opened this issue Jan 7, 2025 · 1 comment
Open

How's the speed compare with vanilla candle #99

MonolithFoundation opened this issue Jan 7, 2025 · 1 comment

Comments

@MonolithFoundation
Copy link

Candle supports both CUDA and CPU. How does its speed compare to the original?

@guoqingbao
Copy link
Collaborator

Candle supports both CUDA and CPU. How does its speed compare to the original?

Candle-vLLm uses Paged Attention (which is suitable for long sentence generation) and the performance of Candle-vLLm is quite similar to vLLM, e.g., it can give you over 110 tokens/s for LLaMa3.1 8B model on A100.

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

No branches or pull requests

2 participants