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

samuelchristlie/VibeThinker-3B-gguf overview

VibeThinker 3B GGUF Direct GGUF Quantizations of VibeThinker 3B This repository provides GGUF quantized models for WeiboAI/VibeThinker 3B . VibeThinker 3B is a…

ggufarxiv:2606.16140base_model:Qwen/Qwen2.5-3Bbase_model:quantized:Qwen/Qwen2.5-3Blicense:mitendpoints_compatibleregion:usconversational

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

Downloads
0
Likes
0
Pipeline

Repository Files & Downloads

15 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
WeiboAI_VibeThinker-3B-IQ3_S.ggufGGUFIQ3_S1.36 GBDownload
WeiboAI_VibeThinker-3B-IQ4_NL.ggufGGUFIQ4_NL1.71 GBDownload
WeiboAI_VibeThinker-3B-IQ4_XS.ggufGGUFIQ4_XS1.63 GBDownload
WeiboAI_VibeThinker-3B-Q2_K.ggufGGUFQ2_K1.19 GBDownload
WeiboAI_VibeThinker-3B-Q3_K_L.ggufGGUFQ3_K_L1.59 GBDownload
WeiboAI_VibeThinker-3B-Q3_K_M.ggufGGUFQ3_K_M1.48 GBDownload
WeiboAI_VibeThinker-3B-Q3_K_S.ggufGGUFQ3_K_S1.35 GBDownload
WeiboAI_VibeThinker-3B-Q4_0.ggufGGUFQ4_01.70 GBDownload
WeiboAI_VibeThinker-3B-Q4_K_M.ggufGGUFQ4_K_M1.80 GBDownload
WeiboAI_VibeThinker-3B-Q4_K_S.ggufGGUFQ4_K_S1.71 GBDownload
WeiboAI_VibeThinker-3B-Q5_0.ggufGGUFQ5_02.02 GBDownload
WeiboAI_VibeThinker-3B-Q5_K_M.ggufGGUFQ5_K_M2.07 GBDownload
WeiboAI_VibeThinker-3B-Q5_K_S.ggufGGUFQ5_K_S2.02 GBDownload
WeiboAI_VibeThinker-3B-Q6_K.ggufGGUFQ6_K2.36 GBDownload
WeiboAI_VibeThinker-3B-Q8_0.ggufGGUFQ8_03.06 GBDownload

Model Details

Model IDsamuelchristlie/VibeThinker-3B-gguf
Authorsamuelchristlie
Pipeline
Licensemit
Base modelWeiboAI/VibeThinker-3B,Qwen/Qwen2.5-3B,Qwen/Qwen2.5-Coder-3B
Last modified2026-06-25T13:01:26.000Z

Model README

---

license: mit

base_model:

  • WeiboAI/VibeThinker-3B
  • Qwen/Qwen2.5-3B
  • Qwen/Qwen2.5-Coder-3B

---

VibeThinker-3B-GGUF

Direct GGUF Quantizations of VibeThinker-3B

This repository provides GGUF quantized models for WeiboAI/VibeThinker-3B.

VibeThinker-3B is a powerful 3 billion parameter Small Language Model developed by WeiboAI. Built on the Qwen2.5 architecture, it is fine-tuned for challenging reasoning tasks with clear verification signals, excelling in mathematics, coding, and STEM reasoning. It achieves frontier-level performance on benchmarks like AIME, HMMT, IMO-AnswerBench, and LiveCodeBench, reaching a 96.1% acceptance rate on recent LeetCode weekly/biweekly contests. These GGUF versions are optimized for efficient CPU and GPU inference using llama.cpp and compatible tools.

This release includes various quantization levels (e.g., Q2_K, Q3_K_M, Q4_K_M, Q5_K_M, Q6_K, Q8_0) to suit different hardware capabilities and performance requirements.

Table of Contents 📝

  1. Usage
  2. 📃 License
  3. 🙏 Acknowledgements

<a name="usage"/>

▶ Usage

1. Download Models

Download models using huggingface-cli:

pip install "huggingface_hub[cli]"
huggingface-cli download samuelchristlie/VibeThinker-3B-gguf --local-dir ./VibeThinker-3B-gguf

You can also download directly from this page

2. Inference

To use these GGUF files, you'll need a compatible inference engine like llama.cpp or clients built on top of it (e.g., Ollama, LM Studio, KoboldCpp, text-generation-webui with llama.cpp backend).

> Note: VibeThinker-3B was not trained on tool-calling or agent-based programming data. It is best suited for competitive-style math, coding (e.g., LeetCode-style problems), and STEM reasoning tasks. For harder math reasoning, try evaluating against AMOBench with max_tokens set to 60K–100K.

<a name="license"/>

📃 License

This model is a GGUF conversion of the original WeiboAI/VibeThinker-3B model. The original model is licensed under the MIT License, and this derivative work adheres to the terms of that license. Please review the original license for full details.

<a name="acknowledgements"/>

🙏 Acknowledgements

  • WeiboAI for developing and open-sourcing the powerful VibeThinker-3B model:

* VibeThinker-3B on Hugging Face

* Technical Report (arXiv:2606.16140)

* GitHub Repository

  • The llama.cpp project and its contributors for the GGUF format and the incredible tooling that makes local LLM inference accessible.

* llama.cpp GitHub Repository

Run samuelchristlie/VibeThinker-3B-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