ermiaazarkhalili/Granite-4.1-3B-Function-Calling-xLAM-Unsloth-GGUF overview
Granite 4.1 3B Function Calling xLAM Unsloth GGUF GGUF quantizations of Granite 4.1 3B Function Calling xLAM Unsloth https://huggingface.co/ermiaazarkhalili/Gr…
Runs locally from ~1.28 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| granite-4.1-3b-function-calling-xlam-unsloth.q2_k.gguf | GGUF | GGUF | 1.28 GB | Download |
| granite-4.1-3b-function-calling-xlam-unsloth.q3_k_m.gguf | GGUF | GGUF | 1.61 GB | Download |
| granite-4.1-3b-function-calling-xlam-unsloth.q4_k_m.gguf | GGUF | GGUF | 1.96 GB | Download |
| granite-4.1-3b-function-calling-xlam-unsloth.q5_k_m.gguf | GGUF | GGUF | 2.27 GB | Download |
| granite-4.1-3b-function-calling-xlam-unsloth.q6_k.gguf | GGUF | GGUF | 2.60 GB | Download |
| granite-4.1-3b-function-calling-xlam-unsloth.q8_0.gguf | GGUF | GGUF | 3.37 GB | Download |
Model Details
| Model ID | ermiaazarkhalili/Granite-4.1-3B-Function-Calling-xLAM-Unsloth-GGUF |
|---|---|
| Author | ermiaazarkhalili |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | ermiaazarkhalili/Granite-4.1-3B-Function-Calling-xLAM-Unsloth |
| Last modified | 2026-06-22T11:07:20.000Z |
Model README
---
license: apache-2.0
language:
- en
library_name: gguf
pipeline_tag: text-generation
tags:
- gguf
- llama.cpp
- quantized
- granite
- function-calling
- unsloth
- text-generation
base_model: ermiaazarkhalili/Granite-4.1-3B-Function-Calling-xLAM-Unsloth
datasets:
- Salesforce/xlam-function-calling-60k
---
Granite-4.1-3B-Function-Calling-xLAM-Unsloth-GGUF
GGUF quantizations of Granite-4.1-3B-Function-Calling-xLAM-Unsloth for CPU and edge inference with llama.cpp, Ollama, LM Studio, and other GGUF runtimes.
This model is a fine-tune of Granite 4.1-3B for function calling, trained with Unsloth on Salesforce/xlam-function-calling-60k.
- Full-precision model: Granite-4.1-3B-Function-Calling-xLAM-Unsloth
- Base model: Granite 4.1-3B
- Parameters: 3B
Available Quantizations
| Quant | Size | Recommended Use | File |
|-------|------|-----------------|------|
| Q2_K | 1.37 GB | Smallest, lowest quality — quick tests / very constrained devices | granite-4.1-3b-function-calling-xlam-unsloth.q2_k.gguf |
| Q3_K_M | 1.73 GB | Small, acceptable quality | granite-4.1-3b-function-calling-xlam-unsloth.q3_k_m.gguf |
| Q4_K_M | 2.10 GB | Recommended — best size/quality balance | granite-4.1-3b-function-calling-xlam-unsloth.q4_k_m.gguf |
| Q5_K_M | 2.44 GB | High quality, larger | granite-4.1-3b-function-calling-xlam-unsloth.q5_k_m.gguf |
| Q6_K | 2.80 GB | Very high quality, near-fp16 | granite-4.1-3b-function-calling-xlam-unsloth.q6_k.gguf |
| Q8_0 | 3.62 GB | Near-lossless, largest | granite-4.1-3b-function-calling-xlam-unsloth.q8_0.gguf |
Q4_K_M is the recommended default for most users.
Usage
Download a single quant
pip install -U "huggingface_hub[cli]"
hf download ermiaazarkhalili/Granite-4.1-3B-Function-Calling-xLAM-Unsloth-GGUF \
--include "*q4_k_m*.gguf" --local-dir ./Granite-4.1-3B-Function-Calling-xLAM-Unsloth-GGUF
llama.cpp
# build: https://github.com/ggerganov/llama.cpp
./llama-cli -m ./Granite-4.1-3B-Function-Calling-xLAM-Unsloth-GGUF/granite-4.1-3b-function-calling-xlam-unsloth.q2_k.gguf \
-p "Check if the numbers 8 and 1233 are powers of two." -n 512
Ollama
ollama run hf.co/ermiaazarkhalili/Granite-4.1-3B-Function-Calling-xLAM-Unsloth-GGUF:Q4_K_M "Check if the numbers 8 and 1233 are powers of two."
Training Outcome
| Metric | Value |
|--------|-------|
| SLURM Job ID | 38330898 |
| Runtime | 2h 47m 29s |
| Final Training Loss | 0.2242 |
| Peak VRAM | 10.09 GB |
| GPU | H100 80GB HBM3 (MIG 3g.40gb) |
License
APACHE-2.0 — see the base model for full terms.
Acknowledgments
- Unsloth for 2x faster fine-tuning
- llama.cpp for GGUF quantization
- Base model developers (ibm-granite)
- Compute Canada / DRAC for HPC resources
Run ermiaazarkhalili/Granite-4.1-3B-Function-Calling-xLAM-Unsloth-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models