TheBloke commited on
Commit
a738f7e
1 Parent(s): 421a736

Initial GGUF model commit

Browse files
Files changed (1) hide show
  1. README.md +4 -2
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: TBC
72
 
73
  ```
74
- Info on prompt template will be added shortly.
 
 
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 -->