second-state/Octopus-v2-GGUF
6682
<!-- 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 -->
Octopus-v2-2B-GGUF
Original Model
Run with LlamaEdge
- LlamaEdge version: v0.8.1 and above
- Prompt template
- Prompt type:
octopus
- Prompt string
{system_prompt}\n\nQuery: {input_text} \n\nResponse:- Context size:
2048
- Run as LlamaEdge service
wasmedge --dir .:. --nn-preload default:GGML:AUTO:Octopus-v2-Q5_K_M.gguf \
llama-api-server.wasm \
--prompt-template octopus \
--ctx-size 2048 \
--model-name octopus-v2Example of a user request in json format:
{
"messages": [
{
"role": "system",
"content": "Below is the query from the users, please call the correct function and generate the parameters to call the function."
},
{
"role": "user",
"content": "Take a selfie for me with front camera"
}
],
"model": "octopus-v2",
"stream": false
}Quantized GGUF Models
Quantized with llama.cpp b2589
