We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, inference of open models on my Mac device is quite slow since vllm does not support mps.
Llama.cpp does support mps and would significantly speed up local evaluation of open models.
Allowing the use of the mps device in other ways of loading models would also work.
The text was updated successfully, but these errors were encountered:
Hi! Feel free to open a PR for this if you need it fast as our roadmap for EOY is full :)
Sorry, something went wrong.
Sounds good. Might do at some point, for now it is not a priority for me.
would be an awesome feature IMO! cc @gary149
No branches or pull requests
Issue encountered
Currently, inference of open models on my Mac device is quite slow since vllm does not support mps.
Solution/Feature
Llama.cpp does support mps and would significantly speed up local evaluation of open models.
Posssible alternatives
Allowing the use of the mps device in other ways of loading models would also work.
The text was updated successfully, but these errors were encountered: