GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

tinyopsec/Qwen3.8-2B-Function-Calling-xLAM-GGUF overview

Qwen3.8 2B Function Calling xLAM GGUF GGUF quantizations of ermiaazarkhalili/Qwen3.8 2B Function Calling xLAM Unsloth https://huggingface.co/ermiaazarkhalili/Q…

ggufllama-cppqwen3function-callingtool-usequantizedenbase_model:ermiaazarkhalili/Qwen3.8-2B-Function-Calling-xLAM-Unslothbase_model:quantized:ermiaazarkhalili/Qwen3.8-2B-Function-Calling-xLAM-Unslothlicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~944.6 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
Author

Repository Files & Downloads

12 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
F16.ggufGGUFF163.63 GBDownload
IQ4_XS.ggufGGUFIQ4_XS1.14 GBDownload
Qwen3.8-2B-Function-Calling-xLAM-Q2_K.ggufGGUFQ2_K944.6 MBDownload
Qwen3.8-2B-Function-Calling-xLAM-Q3_K_L.ggufGGUFQ3_K_L1.11 GBDownload
Qwen3.8-2B-Function-Calling-xLAM-Q3_K_M.ggufGGUFQ3_K_M1.05 GBDownload
Qwen3.8-2B-Function-Calling-xLAM-Q3_K_S.ggufGGUFQ3_K_S997.9 MBDownload
Qwen3.8-2B-Function-Calling-xLAM-Q4_K_M.ggufGGUFQ4_K_M1.22 GBDownload
Qwen3.8-2B-Function-Calling-xLAM-Q4_K_S.ggufGGUFQ4_K_S1.16 GBDownload
Qwen3.8-2B-Function-Calling-xLAM-Q5_K_M.ggufGGUFQ5_K_M1.35 GBDownload
Qwen3.8-2B-Function-Calling-xLAM-Q5_K_S.ggufGGUFQ5_K_S1.32 GBDownload
Qwen3.8-2B-Function-Calling-xLAM-Q6_K.ggufGGUFQ6_K1.50 GBDownload
Qwen3.8-2B-Function-Calling-xLAM-Q8_0.ggufGGUFQ8_01.93 GBDownload

Model Details

Model IDtinyopsec/Qwen3.8-2B-Function-Calling-xLAM-GGUF
Authortinyopsec
Pipeline
Licenseapache-2.0
Base modelermiaazarkhalili/Qwen3.8-2B-Function-Calling-xLAM-Unsloth
Last modified2026-08-30T18:35:42.000Z

Model README

---

language:

  • en

license: apache-2.0

tags:

  • llama-cpp
  • gguf
  • qwen3
  • function-calling
  • tool-use
  • quantized

base_model: ermiaazarkhalili/Qwen3.8-2B-Function-Calling-xLAM-Unsloth

---

Qwen3.8-2B-Function-Calling-xLAM GGUF

GGUF quantizations of ermiaazarkhalili/Qwen3.8-2B-Function-Calling-xLAM-Unsloth, a 2B parameter model fine-tuned for function calling and tool use via the xLAM pipeline.

Model Architecture

| Property | Value |

|---|---|

| Architecture | Qwen3.5 (SSM + Attention hybrid) |

| Parameters | 2B |

| Context Length | 262144 tokens |

| Base Model | Qwen3.8-2B |

Quantizations

| Quantization | File Size | Description |

|---|---|---|

| Q8_0 | 2.08 GB | Near-lossless, maximum quality |

| Q6_K | 1.61 GB | Very high quality |

| Q5_K_M | 1.45 GB | High quality |

| Q5_K_S | 1.42 GB | High quality, smaller |

| Q4_K_M | 1.31 GB | Recommended, good balance |

| Q4_K_S | 1.25 GB | Good quality, smaller |

| IQ4_XS | 1.23 GB | Good quality, imatrix calibrated |

| Q3_K_L | 1.20 GB | Medium quality |

| Q3_K_M | 1.13 GB | Medium quality |

| Q3_K_S | 1.05 GB | Below average quality |

| Q2_K | 990 MB | Low quality, smallest |

Q4_K_M is recommended for most use cases.

Usage

Download a single file with huggingface-cli:

huggingface-cli download tinyopsec/Qwen3.8-2B-Function-Calling-xLAM-GGUF --include "Q4_K_M.gguf" --local-dir ./

Run with llama.cpp:

llama-cli -m Q4_K_M.gguf -p "Your prompt here" -n 512

Run as a server:

llama-server -m Q4_K_M.gguf --port 8080

Chat Template

This model uses the Qwen3 chat template:

<|im_start|>system
{system_prompt}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant

Conversion Details

Quantizations were produced using llama.cpp. The intermediate F16 GGUF was created with convert_hf_to_gguf.py and K-quants were produced with llama-quantize. IQ4_XS was produced using an imatrix calibration file.

Original Model

ermiaazarkhalili/Qwen3.8-2B-Function-Calling-xLAM-Unsloth

Run tinyopsec/Qwen3.8-2B-Function-Calling-xLAM-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models