second-state/Zephyr-7B-Alpha-GGUF
0719
<!-- 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 -->
Zephyr-7B-Alpha-GGUF
Original Model
Run with LlamaEdge
- LlamaEdge version: v0.2.8 and above
- Prompt template
- Prompt type:
zephyr
- Prompt string
<|system|>
{system_prompt}</s>
<|user|>
{prompt}</s>
<|assistant|>- Reverse prompt:
</s>
- Context size:
4096
- Run as LlamaEdge service
wasmedge --dir .:. --nn-preload default:GGML:AUTO:zephyr-7b-alpha-Q5_K_M.gguf llama-api-server.wasm -p zephyr -r '</s>'- Run as LlamaEdge command app
wasmedge --dir .:. --nn-preload default:GGML:AUTO:zephyr-7b-alpha-Q5_K_M.gguf llama-chat.wasm -p zephyr -r '</s>'Prompt Template
<|system|>
{system_prompt}</s>
<|user|>
{prompt}</s>
<|assistant|>