second-state/Mistral-Small-24B-Instruct-2501-GGUF
0666
<!-- 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 -->
Mistral-Small-24B-Instruct-2501-GGUF
Original Model
mistralai/Mistral-Small-24B-Instruct-2501
Run with LlamaEdge
- LlamaEdge version: v0.16.5
- Prompt template
- Chat
- Prompt type:
mistral-small-chat
- Prompt string
<s>[SYSTEM_PROMPT]<system prompt>[/SYSTEM_PROMPT][INST]<user message>[/INST]<assistant response></s>[INST]<user message>[/INST]- Chat + Tool Use
- Prompt type:
mistral-small-tool
- Prompt string
<s>[INST] {user_message_1}[/INST][TOOL_CALLS] [{tool_call_1},{tool_call_2}]</s>[TOOL_RESULTS] {tool_result_1}[/TOOL_RESULTS] {assistant_message_1}</s>[AVAILABLE_TOOLS] [{tool_1},{tool_2}][/AVAILABLE_TOOLS][INST] {system_message}<0x0A><0x0A>{user_message_2}[/INST]- Context size:
32000
- Run as LlamaEdge service
- Chat
wasmedge --dir .:. --nn-preload default:GGML:AUTO:Mistral-Small-24B-Instruct-2501-Q5_K_M.gguf \
llama-api-server.wasm \
--prompt-template mistral-small-chat \
--ctx-size 32000 \
--model-name Mistral-Small-24B-Instruct-2501- Chat + Tool Use
wasmedge --dir .:. --nn-preload default:GGML:AUTO:Mistral-Small-24B-Instruct-2501-Q5_K_M.gguf \
llama-api-server.wasm \
--prompt-template mistral-small-tool \
--ctx-size 32000 \
--model-name Mistral-Small-24B-Instruct-2501Example:

- Run as LlamaEdge command app
- Chat
wasmedge --dir .:. --nn-preload default:GGML:AUTO:Mistral-Small-24B-Instruct-2501-Q5_K_M.gguf \
llama-chat.wasm \
--prompt-template mistral-small-chat \
--ctx-size 32000Quantized GGUF Models
Quantized with llama.cpp b4595.
