Unverified Commit 1aad8387 authored by rayfiyo's avatar rayfiyo Committed by GitHub
Browse files

docs: update GGUF examples and references (#6577)

parent a1cef4d0
...@@ -128,10 +128,10 @@ Currently supported model architectures: ...@@ -128,10 +128,10 @@ Currently supported model architectures:
#### Build from a GGUF file #### Build from a GGUF file
```modelfile ```modelfile
FROM ./ollama-model.bin FROM ./ollama-model.gguf
``` ```
The GGUF bin file location should be specified as an absolute path or relative to the `Modelfile` location. The GGUF file location should be specified as an absolute path or relative to the `Modelfile` location.
### PARAMETER ### PARAMETER
...@@ -208,7 +208,7 @@ Currently supported Safetensor adapters: ...@@ -208,7 +208,7 @@ Currently supported Safetensor adapters:
#### GGUF adapter #### GGUF adapter
```modelfile ```modelfile
ADAPTER ./ollama-lora.bin ADAPTER ./ollama-lora.gguf
``` ```
### LICENSE ### LICENSE
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment