Initial GGML model commit
Browse files
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:
|
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-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 -->
|