From e4a970ece120ed03ea41a0bad5df91dde3c5a089 Mon Sep 17 00:00:00 2001 From: Gerd Date: Tue, 1 Aug 2023 21:06:33 +0200 Subject: [PATCH] Add model update to README.md (#252) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 00a8a742..e80afb44 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Pull a base model: ``` ollama pull llama2 ``` +> To update a model to the latest version, run `ollama pull llama2` again. The model will be updated (if necessary). Create a `Modelfile`: