apepkuss79
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -39,12 +39,15 @@ quantized_by: Second State Inc.
|
|
39 |
- Prompt string
|
40 |
|
41 |
```text
|
42 |
-
|
43 |
-
Write code to solve the following coding problem that obeys the constraints and passes the example test cases. Please wrap your code answer using ```: <</SYS>>
|
44 |
|
45 |
-
|
|
|
|
|
46 |
```
|
47 |
|
|
|
|
|
48 |
- Context size: `4096`
|
49 |
|
50 |
- Run as LlamaEdge command app
|
|
|
39 |
- Prompt string
|
40 |
|
41 |
```text
|
42 |
+
[INST] {system_message}
|
|
|
43 |
|
44 |
+
<code>
|
45 |
+
{user_message}
|
46 |
+
</code>[/INST]
|
47 |
```
|
48 |
|
49 |
+
**Note** that the `system_message` should be `Tell me how to optimize this LLVM-IR for object file size:` or `Disassemble this code to LLVM-IR:`.
|
50 |
+
|
51 |
- Context size: `4096`
|
52 |
|
53 |
- Run as LlamaEdge command app
|