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 ibm-research/granite-3.2-2b-instruct-GGUF:
# Run inference directly in the terminal:
llama-cli -hf ibm-research/granite-3.2-2b-instruct-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf ibm-research/granite-3.2-2b-instruct-GGUF:
# Run inference directly in the terminal:
llama-cli -hf ibm-research/granite-3.2-2b-instruct-GGUF:
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 ibm-research/granite-3.2-2b-instruct-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf ibm-research/granite-3.2-2b-instruct-GGUF:
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 ibm-research/granite-3.2-2b-instruct-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf ibm-research/granite-3.2-2b-instruct-GGUF:
Use Docker
docker model run hf.co/ibm-research/granite-3.2-2b-instruct-GGUF:
Quick Links

This repository contains models that have been converted to the GGUF format with various quantizations from an IBM Granite base model.

Please reference the base model's full model card here: https://huggingface.co/ibm-granite/granite-3.2-2b-instruct

Granite-3.2-2B-Instruct-GGUF

Model Summary: Granite-3.2-2B-Instruct is an 2-billion-parameter, long-context AI model fine-tuned for thinking capabilities. Built on top of Granite-3.1-2B-Instruct, it has been trained using a mix of permissively licensed open-source datasets and internally generated synthetic data designed for reasoning tasks. The model allows controllability of its thinking capability, ensuring it is applied only when required.

Supported Languages: English, German, Spanish, French, Japanese, Portuguese, Arabic, Czech, Italian, Korean, Dutch, and Chinese. However, users may finetune this Granite model for languages beyond these 12 languages.

Intended Use: This model is designed to handle general instruction-following tasks and can be integrated into AI assistants across various domains, including business applications.

Capabilities

  • Thinking
  • Summarization
  • Text classification
  • Text extraction
  • Question-answering
  • Retrieval Augmented Generation (RAG)
  • Code related tasks
  • Function-calling tasks
  • Multilingual dialog use cases
  • Long-context tasks including long document/meeting summarization, long document QA, etc.
Downloads last month
443
GGUF
Model size
3B params
Architecture
granite
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for ibm-research/granite-3.2-2b-instruct-GGUF

Collection including ibm-research/granite-3.2-2b-instruct-GGUF