How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf sirunchained/Qwen2.5-Math-1.5B-Instruct-gguf:
# Run inference directly in the terminal:
llama cli -hf sirunchained/Qwen2.5-Math-1.5B-Instruct-gguf:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf sirunchained/Qwen2.5-Math-1.5B-Instruct-gguf:
# Run inference directly in the terminal:
llama cli -hf sirunchained/Qwen2.5-Math-1.5B-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 sirunchained/Qwen2.5-Math-1.5B-Instruct-gguf:
# Run inference directly in the terminal:
./llama-cli -hf sirunchained/Qwen2.5-Math-1.5B-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 sirunchained/Qwen2.5-Math-1.5B-Instruct-gguf:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf sirunchained/Qwen2.5-Math-1.5B-Instruct-gguf:
Use Docker
docker model run hf.co/sirunchained/Qwen2.5-Math-1.5B-Instruct-gguf:
Quick Links

VibeThinker-1.5B GGUF

This is a quantized version of the WeiboAI/VibeThinker-1.5B model, converted to GGUF format for use with llama.cpp and compatible tools.

Quantization Details

The model was quantized using llama.cpp to the following formats:

  • FP16: The original model was converted to FP16 GGUF as an intermediate step.
  • Q4_K_M: Quantized using the Q4_K_M method.
  • Q5_K_M: Quantized using the Q5_K_M method.
  • Q6_K: Quantized using the Q6_K method.
  • Q8_0: Quantized using the Q8_0 method.

Original Model Card Summary:

How to Use

You can use these GGUF files with llama.cpp or other tools that support the GGUF format. Download the desired quantization level and use it with your llama.cpp compatible inference engine.

Example usage with llama.cpp (replace [quant_level] with your desired quantization, e.g., q4_k_m):

./main -m VibeThinker-1.5B-[quant_level].gguf -p "Hello, what is your name?" -n 128

Files Provided

  • VibeThinker-1.5B-f16.gguf (FP16)
  • VibeThinker-1.5B-q4_k_m.gguf (Q4_K_M)
  • VibeThinker-1.5B-q5_k_m.gguf (Q5_K_M)
  • VibeThinker-1.5B-q6_k.gguf (Q6_K)
  • VibeThinker-1.5B-q8_0.gguf (Q8_0)
Downloads last month
283
GGUF
Model size
2B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

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