Initial GGML model commit
Browse files
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:
|
63 |
|
64 |
```
|
65 |
-
|
|
|
|
|
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 -->
|