squash! infill : add download instructions for model

Clarify the reason for using CodeLlama.

Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
This commit is contained in:
Daniel Bevenius 2024-04-12 11:19:11 +02:00
parent 5b64d6f4d3
commit 23d58145ce
Failed to extract signature

View file

@ -36,7 +36,7 @@ The `infill` program offers a seamless way to interact with LLaMA models, allowi
### Example
Download a CodeLlama model:
Download a model that supports infill, for example CodeLlama:
```console
scripts/hf.sh --repo TheBloke/CodeLlama-13B-GGUF --file codellama-13b.Q5_K_S.gguf --outdir models
```