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

LLM Quantize only supports Ubuntu #109

Closed
arjbingly opened this issue Apr 29, 2024 · 1 comment · Fixed by #120
Closed

LLM Quantize only supports Ubuntu #109

arjbingly opened this issue Apr 29, 2024 · 1 comment · Fixed by #120

Comments

@arjbingly
Copy link
Owner

Currently, the LLM Quantize only supports Ubuntu. Moreover, the script git clones and then builds llama.cpp. Instead, we should be downloading stable builds for the user's OS.

@sanchitvj
Copy link
Collaborator

sanchitvj commented May 1, 2024

This PR solves this issue #118. Now quantization uses stable latest releases for building binaries according to your OS and architecture. Supports Mac, Windows, and Ubuntu [(check here)].(https://github.com/ggerganov/llama.cpp/releases/tag/b2774)

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

Successfully merging a pull request may close this issue.

2 participants