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

Gemma 2 2B Arabic - Mobile Optimized (GGUF)

Google's Gemma 2 2B, optimized for Arabic NLP alongside strong English capability. The best compact option for Arabic-language AI on mobile.

Property Value
Parameters 2.6 billion
Size ~1.4 GB
Languages English + Arabic (primary focus)
Speed ~19 tok/s (S20 FE CPU)

Use Cases

  • Arabic text generation and conversation
  • Arabic content moderation
  • English-Arabic translation assistance
  • Middle Eastern market applications
  • Multilingual customer service bots
Downloads last month
882
GGUF
Model size
3B params
Architecture
gemma
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/Gemma-2B-Arabic-mobile 2

Collection including dispatchAI/Gemma-2B-Arabic-mobile