apepkuss79
commited on
Commit
•
793dcb2
1
Parent(s):
82359d2
Update README.md
Browse files
README.md
CHANGED
@@ -33,35 +33,21 @@ tags:
|
|
33 |
|
34 |
## Run with LlamaEdge
|
35 |
|
36 |
-
- LlamaEdge version:
|
37 |
-
|
38 |
-
<!-- - LlamaEdge version: [v0.14.3](https://github.com/LlamaEdge/LlamaEdge/releases/tag/0.14.3) -->
|
39 |
|
40 |
- Prompt template
|
41 |
|
42 |
-
- Prompt type:
|
43 |
|
44 |
- Prompt string
|
45 |
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
- Repository-Level Code Completion
|
55 |
-
|
56 |
-
```text
|
57 |
-
<|repo_name|>{repo_name}
|
58 |
-
<|file_sep|>{file_path1}
|
59 |
-
{file_content1}
|
60 |
-
<|file_sep|>{file_path2}
|
61 |
-
{file_content2}
|
62 |
-
```
|
63 |
-
|
64 |
-
*Reference: https://github.com/QwenLM/Qwen2.5-Coder?tab=readme-ov-file#4-repository-level-code-completion*
|
65 |
|
66 |
- Context size: `128000`
|
67 |
|
|
|
33 |
|
34 |
## Run with LlamaEdge
|
35 |
|
36 |
+
- LlamaEdge version: [v0.14.3](https://github.com/LlamaEdge/LlamaEdge/releases/tag/0.14.3)
|
|
|
|
|
37 |
|
38 |
- Prompt template
|
39 |
|
40 |
+
- Prompt type: `chatml`
|
41 |
|
42 |
- Prompt string
|
43 |
|
44 |
+
```text
|
45 |
+
<|im_start|>system
|
46 |
+
{system_message}<|im_end|>
|
47 |
+
<|im_start|>user
|
48 |
+
{prompt}<|im_end|>
|
49 |
+
<|im_start|>assistant
|
50 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
- Context size: `128000`
|
53 |
|