Raspberry Pi 5 base SLM Operation
# docker image pull
docker pull vitus9988/llamacpp-openblas-lite-arm64:latest
# llama-cli local model
docker run --rm -v $(pwd)/models:/models \
vitus9988/llamacpp-openblas-lite-arm64:latest llama-cli \
-m /models/gemma-3n-E2B-it-Q4_K_M.gguf -p "세계에서 가장 높은산은?"
| Model | Tps |
|---|---|
| lama3.2:1b | 8 |
| qwen2.5:0.5b | 21 |
| qwen2.5:0.5b-instruct-q4_K_S | 21 |
| qwen2.5:3b-instruct-q4_K_M | 5 |
| deepseek-r1:1.5b | 9 |
| gemma2:2b-instruct-q4_K_S | 5 |
| gemma-3-1b-it-Q4_K_M | 13 |
| gemma-3-4b-it-Q4_K_M | 4 |
| gemma-3n-E2B-it-Q4_K_M | 6 |
| gemma-3n-E4B-it-Q4_K_M | 4 |
| EXAONE-Deep-2.4B-Q4_K_M | 6 |
| HyperCLOVAX-SEED-Text-Instruct-1.5B-Q4_K_M | 9 |
| kanana-nano-2.1b-instruct-Q4_K_M | 7 |
| Midm-2.0-Mini-Instruct-Q4_K_M | 7 |
111 commits
2 commits
Python
87.0%
Dockerfile
13.0%
Raspberry Pi 5 base SLM Operation
# docker image pull
docker pull vitus9988/llamacpp-openblas-lite-arm64:latest
# llama-cli local model
docker run --rm -v $(pwd)/models:/models \
vitus9988/llamacpp-openblas-lite-arm64:latest llama-cli \
-m /models/gemma-3n-E2B-it-Q4_K_M.gguf -p "세계에서 가장 높은산은?"
| Model | Tps |
|---|---|
| lama3.2:1b | 8 |
| qwen2.5:0.5b | 21 |
| qwen2.5:0.5b-instruct-q4_K_S | 21 |
| qwen2.5:3b-instruct-q4_K_M | 5 |
| deepseek-r1:1.5b | 9 |
| gemma2:2b-instruct-q4_K_S | 5 |
| gemma-3-1b-it-Q4_K_M | 13 |
| gemma-3-4b-it-Q4_K_M | 4 |
| gemma-3n-E2B-it-Q4_K_M | 6 |
| gemma-3n-E4B-it-Q4_K_M | 4 |
| EXAONE-Deep-2.4B-Q4_K_M | 6 |
| HyperCLOVAX-SEED-Text-Instruct-1.5B-Q4_K_M | 9 |
| kanana-nano-2.1b-instruct-Q4_K_M | 7 |
| Midm-2.0-Mini-Instruct-Q4_K_M | 7 |
111 commits
2 commits
Python
87.0%
Dockerfile
13.0%