second-state/Hermes-2-Pro-Llama-3-8B-GGUF
21.3k
<!-- 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 -->
Hermes-2-Pro-Llama-3-8B-GGUF
Original Model
NousResearch/Hermes-2-Pro-Llama-3-8B
Run with LlamaEdge
- LlamaEdge version: v0.11.3 and above
- Prompt template
- Prompt type:
chatml
- Prompt string
<|im_start|>system
{system_message}<|im_end|>
<|im_start|>user
{user_message}<|im_end|>
<|im_start|>assistant- Context size:
4096
- Run as LlamaEdge service
- Chat
wasmedge --dir .:. --nn-preload default:GGML:AUTO:Hermes-2-Pro-Llama-3-8B-Q5_K_M.gguf \
llama-api-server.wasm \
--prompt-template chatml \
--ctx-size 4096 \
--model-name hermes-2-pro-llama-3-8b- Tool use
wasmedge --dir .:. --nn-preload default:GGML:AUTO:Hermes-2-Pro-Llama-3-8B-Q5_K_M.gguf \
llama-api-server.wasm \
--prompt-template chatml-tool \
--ctx-size 4096 \
--model-name hermes-2-pro-llama-3-8b- Run as LlamaEdge command app
wasmedge --dir .:. --nn-preload default:GGML:AUTO:Hermes-2-Pro-Llama-3-8B-Q5_K_M.gguf \
llama-chat.wasm \
--prompt-template chatml \
--ctx-size 4096Quantized GGUF Models
Quantized with llama.cpp b3135.
