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

change 'containg' to 'containing'
This commit is contained in:
rohitanshu 2024-11-20 23:27:32 +05:30 committed by GitHub
parent bfd30f4286
commit 2f0a8c8778
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 * 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 * 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 ```dockerfile
FROM /path/to/file.gguf FROM /path/to/file.gguf