From 23d58145ce1505a80de4ba3b9fea763dcbc7a69e Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Fri, 12 Apr 2024 11:19:11 +0200 Subject: [PATCH] squash! infill : add download instructions for model Clarify the reason for using CodeLlama. Signed-off-by: Daniel Bevenius --- examples/infill/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/infill/README.md b/examples/infill/README.md index c17ced94e..6b076c839 100644 --- a/examples/infill/README.md +++ b/examples/infill/README.md @@ -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 ```