Views
No views yet
ibm-granite/granite-8b-code-instruct using llama.cpp after addded support for small Granite Code models in b3026 'llama.cpp release'.
Refer to the original model card for more details on the model.brew install ggerganov/ggerganov/llama.cppllama-cli --hf-repo Sagicc/granite-8b-code-instruct-Q5_K_M-GGUF --model granite-8b-code-instruct.Q5_K_M.gguf -p "You are an AI assistant"llama-server --hf-repo Sagicc/granite-8b-code-instruct-Q5_K_M-GGUF --model granite-8b-code-instruct.Q5_K_M.gguf -c 2048git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make && ./main -m granite-8b-code-instruct.Q5_K_M.gguf -n 128