mirror of
https://github.com/ollama/ollama.git
synced 2025-09-27 10:37:58 +02:00
docs: update GGUF examples and references (#6577)
This commit is contained in:
@@ -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:
|
|||||||
#### GGUF adapter
|
#### GGUF adapter
|
||||||
|
|
||||||
```modelfile
|
```modelfile
|
||||||
ADAPTER ./ollama-lora.bin
|
ADAPTER ./ollama-lora.gguf
|
||||||
```
|
```
|
||||||
|
|
||||||
### LICENSE
|
### LICENSE
|
||||||
|
Reference in New Issue
Block a user