GGUF quantizations of a LoRA fine-tune of
ibm-granite/granite-4.1-8b, supervised fine-tuned on
Salesforce/xlam-function-calling-60k.
Quantized from
ermiaazarkhalili/Granite-4.1-8B-Function-Calling-xLAM-Unsloth. See that repository for the full-precision weights.
1huggingface-cli download ermiaazarkhalili/Granite-4.1-8B-Function-Calling-xLAM-Unsloth-GGUF granite-4.1-8b-function-calling-xlam-unsloth.q4_k_m.gguf --local-dir .
2llama-cli -m granite-4.1-8b-function-calling-xlam-unsloth.q4_k_m.gguf -p "Explain gradient checkpointing in two sentences." -n 256
1echo 'FROM ./granite-4.1-8b-function-calling-xlam-unsloth.q4_k_m.gguf' > Modelfile
2ollama create granite-4.1-8b-function-calling-xlam-unsloth-gguf -f Modelfile
3ollama run granite-4.1-8b-function-calling-xlam-unsloth-gguf
Measured from our SLURM logs for this configuration. These are training-loss
observations only — no downstream benchmark evaluation has been run on this
model, so they should not be read as a quality claim.