CoolFace
Modelpublic

second-state/DeepSeek-V2-Lite-Chat-GGUF

sourceHugging Faceotherupdated 2y agoView on Hugging Face
6likes2.7kdownloads
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-Lite-Chat-GGUF

Original Model

deepseek-ai/DeepSeek-V2-Lite-Chat

Run with LlamaEdge

  • LlamaEdge version: v0.12.3 and above
  • Prompt template
  • Prompt type: deepseek-chat-2
  • 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-Lite-Chat-Q5_K_M.gguf \
    llama-api-server.wasm \
    --prompt-template deepseek-chat-2 \
    --ctx-size 128000 \
    --model-name DeepSeek-V2-Lite-Chat
  • Run as LlamaEdge command app
bash
  wasmedge --dir .:. \
    --nn-preload default:GGML:AUTO:DeepSeek-V2-Lite-Chat-Q5_K_M.gguf \
    llama-chat.wasm \
    --prompt-template deepseek-chat-2 \
    --ctx-size 128000

Quantized GGUF Models

NameQuant methodBitsSizeUse case
DeepSeek-V2-Lite-Chat-Q2_K.ggufQ2_K26.43 GBsmallest, significant quality loss - not recommended for most purposes
DeepSeek-V2-Lite-Chat-Q3_K_L.ggufQ3KL38.46 GBsmall, substantial quality loss
DeepSeek-V2-Lite-Chat-Q3_K_M.ggufQ3KM38.13 GBvery small, high quality loss
DeepSeek-V2-Lite-Chat-Q3_K_S.ggufQ3KS37.49 GBvery small, high quality loss
DeepSeek-V2-Lite-Chat-Q4_0.ggufQ4_048.91 GBlegacy; small, very high quality loss - prefer using Q3KM
DeepSeek-V2-Lite-Chat-Q4_K_M.ggufQ4KM410.4 GBmedium, balanced quality - recommended
DeepSeek-V2-Lite-Chat-Q4_K_S.ggufQ4KS49.53 GBsmall, greater quality loss
DeepSeek-V2-Lite-Chat-Q5_0.ggufQ5_0510.8 GBlegacy; medium, balanced quality - prefer using Q4KM
DeepSeek-V2-Lite-Chat-Q5_K_M.ggufQ5KM511.9 GBlarge, very low quality loss - recommended
DeepSeek-V2-Lite-Chat-Q5_K_S.ggufQ5KS511.1 GBlarge, low quality loss - recommended
DeepSeek-V2-Lite-Chat-Q6_K.ggufQ6_K614.1 GBvery large, extremely low quality loss
DeepSeek-V2-Lite-Chat-Q8_0.ggufQ8_0816.7 GBvery large, extremely low quality loss - not recommended
DeepSeek-V2-Lite-Chat-f16.gguff161631.4 GB

Quatized with llama.cpp b3333