TheBloke commited on
Commit
dd53338
·
1 Parent(s): 5086825

Initial GGML model commit

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -59,10 +59,10 @@ 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-GGML)
60
  * [Meta's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/codellama/CodeLlama-13b-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-GGML)
60
  * [Meta's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/codellama/CodeLlama-13b-hf)
61
 
62
+ ## Prompt template: None
63
 
64
  ```
65
+ {prompt}
66
  ```
67
 
68
  <!-- compatibility_ggml start -->