second-state/MiniCPM-V-2_6-GGUF
53.8k
<!-- 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 -->
MiniCPM-V-2_6-GGUF
Original Model
Run with LlamaEdge
- LlamaEdge version: v0.14.17 and above
- Prompt template
- Prompt type:
minicpmv
- Prompt string
<|system|>
{system_message}<|end|>
<|user|>
{user_message_1}<|end|>
<|assistant|>
{assistant_message_1}<|end|>
<|user|>
{user_message_2}<|end|>
<|assistant|> The {user_message_n} has the format: {image_base64_encoding_string}\n{user_question}.
- Context size:
128000
- Run as LlamaEdge service
wasmedge --dir .:. \
--nn-preload default:GGML:AUTO:MiniCPM-V-2_6-Q5_K_M.gguf \
llama-api-server.wasm \
--prompt-template minicpmv \
--ctx-size 128000 \
--llava-mmproj mmproj-model-f16.gguf \
--model-name minicpmv-26Quantized GGUF Models
Quantized with llama.cpp b4120.
