How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf cobrakenji/granite-20b-code-base-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf cobrakenji/granite-20b-code-base-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf cobrakenji/granite-20b-code-base-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf cobrakenji/granite-20b-code-base-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf cobrakenji/granite-20b-code-base-GGUF:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf cobrakenji/granite-20b-code-base-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf cobrakenji/granite-20b-code-base-GGUF:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf cobrakenji/granite-20b-code-base-GGUF:Q4_K_M
Use Docker
docker model run hf.co/cobrakenji/granite-20b-code-base-GGUF:Q4_K_M
Quick Links

Description:

This is forked from IBM's granite-20b-code-base-GGUF - commit d70433a71e2fb9e20f8bfca3ff2d8c15393f0e44.
Refer to the original model card for more details.

Use with llama.cpp

git clone https://github.com/ggerganov/llama.cpp
cd llama.cpp

# install
make

# run generation
./main -m granite-20b-code-base-GGUF/granite-20b-code-base.Q4_K_M.gguf -n 128 -p "def generate_random(x: int):" --color
Downloads last month
66
GGUF
Model size
20B params
Architecture
starcoder
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Datasets used to train cobrakenji/granite-20b-code-base-GGUF

Evaluation results