Views
No views yet
llama.cpp to provide various compressed versions of the model for local inference on lower-VRAM hardware.llama.cpp, such as:llama.cpp compiled locally, you can run the model directly from the terminal.1# Example using the Q4_K_M quant
2./llama-cli -m supergemma4-Q4_K_M.gguf -p "You are a helpful assistant. How do I write a Python script?" -n 512 -c 2048