second-state/gemma-3-12b-it-GGUF
21.2k
<!-- header start --> <!-- 200823 --> <div style="width: auto; margin-left: auto; margin-right: auto"> <img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;"> </div> <hr style="margin-top: 1.0em; margin-bottom: 1.0em;"> <!-- header end -->
Gemma-3-12b-it-GGUF
Original Model
Run with LlamaEdge
- LlamaEdge version: v0.18.5 and above
- Prompt template
- Prompt type:
gemma-3
- Prompt string
<bos><start_of_turn>user
{user_message}<end_of_turn>
<start_of_turn>model
{model_message}<end_of_turn>model- Context size:
128000
- Run as LlamaEdge service
- Chat
wasmedge --dir .:. --nn-preload default:GGML:AUTO:gemma-3-12b-it-Q5_K_M.gguf \
llama-api-server.wasm \
--prompt-template gemma-3 \
--ctx-size 128000 \
--model-name gemma-3-12b- Images
Note that input images are required to be normalized to 896 x 896 resolution and encoded to 256 tokens each
wasmedge --dir .:. --nn-preload default:GGML:AUTO:gemma-3-12b-it-Q5_K_M.gguf \
llama-api-server.wasm \
--prompt-template gemma-3 \
--llava-mmproj gemma-3-12b-it-mmproj-f16.gguf \
--ctx-size 128000 \
--model-name gemma-3-12b- Run as LlamaEdge command app
wasmedge --dir .:. \
--nn-preload default:GGML:AUTO:gemma-3-12b-it-Q5_K_M.gguf \
llama-chat.wasm \
--prompt-template gemma-3 \
--ctx-size 128000Quantized GGUF Models
Quantized with llama.cpp b4875
