-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: switch to using vllm #103
Conversation
quitrk
commented
Oct 3, 2024
- when cuda is not available, we are still using llama.cpp as a fallback
* when cuda is not available, we are still using llama.cpp as a fallback
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments, mostly just questions, excellent stuff! Can you please also update the README with what AWQ model one should run when using vllm?
We're not running AWQ as it is not optimised anyway, we're running raw, and still has some decent performance improvement over llama.cpp with quantized |