Edit model card

ojisetyawan/gemma2-9b-cpt-sahabatai-v1-instruct-Q4_K_M-GGUF

This model was converted to GGUF format from GoToCompany/gemma2-9b-cpt-sahabatai-v1-instruct using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.

Run with Ollama

Install Ollama

curl -fsSL https://ollama.com/install.sh | sh

Run Service:

ollama serve

Run in CLI:

ollama run hf.co/ojisetyawan/gemma2-9b-cpt-sahabatai-v1-instruct-Q4_K_M-GGUF

Run with llama.cpp

Install llama.cpp through brew (works on Mac and Linux)

brew install llama.cpp

Invoke the llama.cpp server or the CLI.

CLI:

llama-cli --hf-repo ojisetyawan/gemma2-9b-cpt-sahabatai-v1-instruct-Q4_K_M-GGUF --hf-file gemma2-9b-cpt-sahabatai-v1-instruct-q4_k_m.gguf -p "The meaning to life and the universe is"

Server:

llama-server --hf-repo ojisetyawan/gemma2-9b-cpt-sahabatai-v1-instruct-Q4_K_M-GGUF --hf-file gemma2-9b-cpt-sahabatai-v1-instruct-q4_k_m.gguf -c 2048
Downloads last month
59
GGUF
Model size
9.24B params
Architecture
gemma2

4-bit

Inference API
Unable to determine this model's library. Check the docs .

Model tree for ojisetyawan/gemma2-9b-cpt-sahabatai-v1-instruct-Q4_K_M-GGUF