second-state/Yi-Coder-1.5B-Chat-GGUF
0813
<!-- 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 -->
Yi-Coder-1.5B-Chat-GGUF
Original Model
Run with LlamaEdge
- LlamaEdge version: v0.14.2 and above
- Prompt template
- Prompt type:
chatml
- Prompt string
<|im_start|>system
{system_message}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant- Reverse prompt:
<|im_end|>
- Context size:
128000
- Run as LlamaEdge service
wasmedge --dir .:. --nn-preload default:GGML:AUTO:Yi-Coder-1.5B-Chat-Q5_K_M.gguf \
llama-api-server.wasm \
--prompt-template chatml \
--reverse-prompt "<|im_end|>" \
--ctx-size 128000 \
--model-name Yi-Coder-1.5B-Chat- Run as LlamaEdge command app
wasmedge --dir .:. --nn-preload default:GGML:AUTO:Yi-Coder-1.5B-Chat-Q5_K_M.gguf \
llama-chat.wasm \
--prompt-template chatml \
--reverse-prompt "<|im_end|>" \
--ctx-size 128000Quantized GGUF Models
Quantized with llama.cpp b3664
