๐ Official release: Gemma3 Smart Q4 - Bilingual Offline Assistant for Raspberry Pi feab7f4
antonio commited on
How to use chill123/gemma3-smart-q4 with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf chill123/gemma3-smart-q4:Q4_0 # Run inference directly in the terminal: llama cli -hf chill123/gemma3-smart-q4:Q4_0
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf chill123/gemma3-smart-q4:Q4_0 # Run inference directly in the terminal: llama cli -hf chill123/gemma3-smart-q4:Q4_0
# 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 chill123/gemma3-smart-q4:Q4_0 # Run inference directly in the terminal: ./llama-cli -hf chill123/gemma3-smart-q4:Q4_0
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 chill123/gemma3-smart-q4:Q4_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf chill123/gemma3-smart-q4:Q4_0
docker model run hf.co/chill123/gemma3-smart-q4:Q4_0
How to use chill123/gemma3-smart-q4 with Ollama:
ollama run hf.co/chill123/gemma3-smart-q4:Q4_0
How to use chill123/gemma3-smart-q4 with Docker Model Runner:
docker model run hf.co/chill123/gemma3-smart-q4:Q4_0
How to use chill123/gemma3-smart-q4 with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull chill123/gemma3-smart-q4:Q4_0
lemonade run user.gemma3-smart-q4-Q4_0
lemonade list