You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Candle supports both CUDA and CPU. How does its speed compare to the original?
The text was updated successfully, but these errors were encountered: