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
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.
The text was updated successfully, but these errors were encountered:
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)
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.
The text was updated successfully, but these errors were encountered: