Przeglądaj źródła

docs: fix minor typo in import.md (#7764)

change 'containg' to 'containing'
rohitanshu 5 miesięcy temu
rodzic
commit
2f0a8c8778
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      docs/import.md

+ 1 - 1
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