Edit model card

ojisetyawan/llama3-8b-cpt-sahabatai-v1-instruct-Q4_K_M-GGUF

This model was converted to GGUF format from GoToCompany/llama3-8b-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 CLI:

ollama run hf.co/ojisetyawan/llama3-8b-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.

Run CLI:

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

Run Server:

llama-server --hf-repo ojisetyawan/llama3-8b-cpt-sahabatai-v1-instruct-Q4_K_M-GGUF --hf-file llama3-8b-cpt-sahabatai-v1-instruct-q4_k_m.gguf -c 2048
Downloads last month
662
GGUF
Model size
8.03B params
Architecture
llama

4-bit

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

Model tree for ojisetyawan/llama3-8b-cpt-sahabatai-v1-instruct-Q4_K_M-GGUF