From ac9a86a16c217fcb7566bcc39638af43c09a3b87 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 11 May 2023 09:47:36 -0300 Subject: [PATCH] Update llama.cpp-models.md --- docs/llama.cpp-models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/llama.cpp-models.md b/docs/llama.cpp-models.md index 57fbf613..4c727e26 100644 --- a/docs/llama.cpp-models.md +++ b/docs/llama.cpp-models.md @@ -2,7 +2,7 @@ #### Pre-converted models -Simply place the model in the `models` folder, making sure that its name contains `ggml` somewhere and ends in `.bin`. +Place the model in the `models` folder, making sure that its name contains `ggml` somewhere and ends in `.bin`. #### Convert LLaMA yourself