From 2f0a8c8778c9258dbe44c2d04b85fac82e3bf7b9 Mon Sep 17 00:00:00 2001 From: rohitanshu <85547195+iamrohitanshu@users.noreply.github.com> Date: Wed, 20 Nov 2024 23:27:32 +0530 Subject: [PATCH] docs: fix minor typo in import.md (#7764) change 'containg' to 'containing' --- docs/import.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/import.md b/docs/import.md index b90377bf..040fa299 100644 --- a/docs/import.md +++ b/docs/import.md @@ -81,7 +81,7 @@ If you have a GGUF based model or adapter it is possible to import it into Ollam * converting a Safetensors adapter with the `convert_lora_to_gguf.py` from Llama.cpp; or * downloading a model or adapter from a place such as HuggingFace -To import a GGUF model, create a `Modelfile` containg: +To import a GGUF model, create a `Modelfile` containing: ```dockerfile FROM /path/to/file.gguf