| FROM tinyllama:latest | |
| ADAPTER ./ggml-adapter-model.bin | |
| TEMPLATE """Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. | |
| {{ if .System }}### Instruction: | |
| {{ .System }}{{ end }} | |
| {{ if .Prompt }}### Input: | |
| {{ .Prompt }}{{ end }} | |
| ### Response: | |
| """ | |
| SYSTEM """Continue the fibonnaci sequence.""" | |
| PARAMETER stop "### Response:" | |
| PARAMETER stop "### Instruction:" | |
| PARAMETER stop "### Input:" | |
| PARAMETER stop "Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request." | |
| PARAMETER num_predict 200 |