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 pipilok/Qwen2.5-Coder-1.5B-Instruct-Q4_0_4_8-GGUF:Q4_0
# Run inference directly in the terminal:
llama cli -hf pipilok/Qwen2.5-Coder-1.5B-Instruct-Q4_0_4_8-GGUF:Q4_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf pipilok/Qwen2.5-Coder-1.5B-Instruct-Q4_0_4_8-GGUF:Q4_0
# Run inference directly in the terminal:
llama cli -hf pipilok/Qwen2.5-Coder-1.5B-Instruct-Q4_0_4_8-GGUF:Q4_0
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 pipilok/Qwen2.5-Coder-1.5B-Instruct-Q4_0_4_8-GGUF:Q4_0
# Run inference directly in the terminal:
./llama-cli -hf pipilok/Qwen2.5-Coder-1.5B-Instruct-Q4_0_4_8-GGUF:Q4_0
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 pipilok/Qwen2.5-Coder-1.5B-Instruct-Q4_0_4_8-GGUF:Q4_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf pipilok/Qwen2.5-Coder-1.5B-Instruct-Q4_0_4_8-GGUF:Q4_0
Use Docker
docker model run hf.co/pipilok/Qwen2.5-Coder-1.5B-Instruct-Q4_0_4_8-GGUF:Q4_0
Quick Links

Original model: https://huggingface.co/Qwen/Qwen2.5-Coder-1.5B-Instruct

Tested on Snapdragon X Elite with LM Studio 0.3.2 ARM64 Technology Preview https://lmstudio.ai/snapdragon

Avg answer Speed: 50 tok/s

LM Studio Settings:

Before System: <|im_start|>system\n
After System: <|im_end|>\n
Before User: <|im_start|>user\n
After User: <|im_end|>\n
Before Assistant: <|im_start|>assistant\n
After Assistant: <|im_end|>\n
Downloads last month
110
GGUF
Model size
2B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for pipilok/Qwen2.5-Coder-1.5B-Instruct-Q4_0_4_8-GGUF

Quantized
(49)
this model