CoolFace
Modelpublic

second-state/DeepSeek-V2.5-GGUF

sourceHugging Faceotherupdated 2y agoView on Hugging Face
0likes418downloads
Model Card

<!-- 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 -->

DeepSeek-V2.5-GGUF

Original Model

deepseek-ai/DeepSeek-V2.5

Run with LlamaEdge

  • —LlamaEdge version: coming soon

<!-- - LlamaEdge version: v0.12.3 and above -->

  • —Prompt template
  • —Prompt type: deepseek-chat-25
  • —Prompt string
text
    <|begin_of_sentence|>{system_message}<|User|>{user_message_1}<|Assistant|>{assistant_message_1}<|end_of_sentence|><|User|>{user_message_2}<|Assistant|>
  • —Context size: 128000
  • —Run as LlamaEdge service
bash
  wasmedge --dir .:. \
    --nn-preload default:GGML:AUTO:DeepSeek-V2.5-Q5_K_M.gguf \
    llama-api-server.wasm \
    --prompt-template deepseek-chat-25 \
    --ctx-size 128000 \
    --model-name DeepSeek-V2.5
  • —Run as LlamaEdge command app
bash
  wasmedge --dir .:. \
    --nn-preload default:GGML:AUTO:DeepSeek-V2.5-Q5_K_M.gguf \
    llama-chat.wasm \
    --prompt-template deepseek-chat-25 \
    --ctx-size 128000

Quatized with llama.cpp b3664