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

Qwen 2.5 0.5B Coder - Mobile (GGUF)

Alibaba's Qwen 2.5 0.5B Coder variant, fine-tuned for code generation. The fastest code-completion model that runs on a phone.

Property Value
Parameters 494 million
Size ~420 MB
Speed ~43 tok/s (S20 FE CPU)

Use Cases

  • Code autocomplete on mobile IDEs
  • Inline code explanation from comments
  • Snippet generation
  • Language translation (code-to-code)
  • Debugging suggestion engine
Downloads last month
908
GGUF
Model size
0.5B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

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

Spaces using dispatchAI/Qwen2.5-0.5B-Coder-mobile 2

Collections including dispatchAI/Qwen2.5-0.5B-Coder-mobile