Update README.md
Browse files
README.md
CHANGED
@@ -29,13 +29,14 @@ tags:
|
|
29 |
|
30 |
## Run with LlamaEdge
|
31 |
|
32 |
-
|
33 |
|
34 |
-
-
|
|
|
35 |
|
36 |
- Prompt template
|
37 |
|
38 |
-
- Prompt type: `chatml`
|
39 |
|
40 |
- Prompt string
|
41 |
|
@@ -47,6 +48,25 @@ tags:
|
|
47 |
<|im_start|>assistant
|
48 |
```
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
- Context size: `128000`
|
51 |
|
52 |
- Run as LlamaEdge service
|
|
|
29 |
|
30 |
## Run with LlamaEdge
|
31 |
|
32 |
+
- LlamaEdge version:
|
33 |
|
34 |
+
- Thinking: [v0.17.0](https://github.com/LlamaEdge/LlamaEdge/releases/tag/0.17.0) and above
|
35 |
+
- No Thinking: [v0.18.2](https://github.com/LlamaEdge/LlamaEdge/releases/tag/0.18.2)
|
36 |
|
37 |
- Prompt template
|
38 |
|
39 |
+
- Prompt type: `chatml` (for thinking)
|
40 |
|
41 |
- Prompt string
|
42 |
|
|
|
48 |
<|im_start|>assistant
|
49 |
```
|
50 |
|
51 |
+
- Prompt type: `qwen3-no-think` (for no thinking)
|
52 |
+
|
53 |
+
- Prompt string
|
54 |
+
|
55 |
+
```text
|
56 |
+
<|im_start|>system
|
57 |
+
{system_message}<|im_end|>
|
58 |
+
<|im_start|>user
|
59 |
+
{user_message_1}<|im_end|>
|
60 |
+
<|im_start|>assistant
|
61 |
+
{assistant_message_1}<|im_end|>
|
62 |
+
<|im_start|>user
|
63 |
+
{user_message_2}<|im_end|>
|
64 |
+
<|im_start|>assistant
|
65 |
+
<think>
|
66 |
+
|
67 |
+
</think>
|
68 |
+
```
|
69 |
+
|
70 |
- Context size: `128000`
|
71 |
|
72 |
- Run as LlamaEdge service
|