second-state/CodeGemma-7b-it-GGUF
2380
<!-- 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 -->
CodeGemma-7b-it-GGUF
Original Model
Run with LlamaEdge
- LlamaEdge version: v0.8.1 and above
- Prompt template
- Prompt type:
gemma-instruct
- Prompt string
<bos><start_of_turn>user
{user_message}<end_of_turn>
<start_of_turn>model
{model_message}<end_of_turn>model- Context size:
3072
- Run as LlamaEdge service
wasmedge --dir .:. --nn-preload default:GGML:AUTO:codegemma-7b-it-Q5_K_M.gguf \
llama-api-server.wasm \
--prompt-template gemma-instruct \
--ctx-size 3072 \
--model-name codegemma-7b<!-- - Run as LlamaEdge command app
wasmedge --dir .:. --nn-preload default:GGML:AUTO:gemma-7b-it-Q5_K_M.gguf llama-chat.wasm -p gemma-instruct -c 4096Quantized GGUF Models
Quantized with llama.cpp b2589
