Initial GGUF model commit
Browse files
README.md
CHANGED
@@ -68,10 +68,12 @@ The clients and libraries below are expecting to add GGUF support shortly:
|
|
68 |
<!-- repositories-available end -->
|
69 |
|
70 |
<!-- prompt-template start -->
|
71 |
-
## Prompt template:
|
72 |
|
73 |
```
|
74 |
-
|
|
|
|
|
75 |
```
|
76 |
|
77 |
<!-- prompt-template end -->
|
|
|
68 |
<!-- repositories-available end -->
|
69 |
|
70 |
<!-- prompt-template start -->
|
71 |
+
## Prompt template: CodeLlama
|
72 |
|
73 |
```
|
74 |
+
[INST] Write code to solve the following coding problem that obeys the constraints and passes the example test cases. Please wrap your code answer using ```:
|
75 |
+
{prompt}
|
76 |
+
[/INST]
|
77 |
```
|
78 |
|
79 |
<!-- prompt-template end -->
|