File size: 1,697 Bytes
086e943
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
541cd16
086e943
541cd16
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
base_model: deepseek-ai/DeepSeek-V2.5
inference: false
license: other
license_name: deepseek
license_link: https://github.com/deepseek-ai/DeepSeek-V2/blob/main/LICENSE-MODEL
model_creator: DeepSeek-ai
model_name: DeepSeek-V2.5
model_type: deepseek
quantized_by: Second State Inc.
---

<!-- 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](https://huggingface.co/deepseek-ai/DeepSeek-V2.5)

## Run with LlamaEdge

- LlamaEdge version: coming soon

<!-- - LlamaEdge version: [v0.12.3](https://github.com/LlamaEdge/LlamaEdge/releases/tag/0.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.5-Q5_K_M.gguf \
    llama-api-server.wasm \
    --prompt-template deepseek-chat-2 \
    --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-2 \
    --ctx-size 128000
  ``` -->

*Quatized with llama.cpp b3664*