From 22921a3969de07448ebe5d8fc2519b190254763d Mon Sep 17 00:00:00 2001 From: Blake Mizerany Date: Mon, 25 Mar 2024 09:43:19 -0700 Subject: [PATCH] doc: specify ADAPTER is optional (#3333) --- docs/modelfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modelfile.md b/docs/modelfile.md index 7c38192b..7edd85eb 100644 --- a/docs/modelfile.md +++ b/docs/modelfile.md @@ -183,7 +183,7 @@ SYSTEM """""" ### 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 ADAPTER ./ollama-lora.bin