TheBloke commited on
Commit
78d3a32
1 Parent(s): fd1a083

Initial GGML model commit

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -59,10 +59,12 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
59
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference (deprecated)](https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML)
60
  * [Meta's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/codellama/CodeLlama-13b-Instruct-hf)
61
 
62
- ## Prompt template: TBC
63
 
64
  ```
65
- Info on prompt template will be added shortly.
 
 
66
  ```
67
 
68
  <!-- compatibility_ggml start -->
 
59
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference (deprecated)](https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML)
60
  * [Meta's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/codellama/CodeLlama-13b-Instruct-hf)
61
 
62
+ ## Prompt template: CodeLlama
63
 
64
  ```
65
+ [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 ```:
66
+ {prompt}
67
+ [/INST]
68
  ```
69
 
70
  <!-- compatibility_ggml start -->