"vscode:/vscode.git/clone" did not exist on "1f5f31ced9271247ba7ef90342ee8eb7500b499d"
Unverified Commit 22921a39 authored by Blake Mizerany's avatar Blake Mizerany Committed by GitHub
Browse files

doc: specify ADAPTER is optional (#3333)

parent acfa2b94
...@@ -183,7 +183,7 @@ SYSTEM """<system message>""" ...@@ -183,7 +183,7 @@ SYSTEM """<system message>"""
### ADAPTER ### ADAPTER
The `ADAPTER` instruction specifies the LoRA adapter to apply to the base model. The value of this instruction should be an absolute path or a path relative to the Modelfile and the file must be in a GGML file format. The adapter should be tuned from the base model otherwise the behaviour is undefined. The `ADAPTER` instruction is an optional instruction that specifies any LoRA adapter that should apply to the base model. The value of this instruction should be an absolute path or a path relative to the Modelfile and the file must be in a GGML file format. The adapter should be tuned from the base model otherwise the behaviour is undefined.
```modelfile ```modelfile
ADAPTER ./ollama-lora.bin ADAPTER ./ollama-lora.bin
......
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