From af4ed1d4012b514de471f6d8df9232711fc6733e Mon Sep 17 00:00:00 2001 From: Eva Ho Date: Wed, 27 Mar 2024 10:36:18 -0400 Subject: [PATCH] update modelfile readme --- docs/modelfile.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/modelfile.md b/docs/modelfile.md index 0734cfe7..acf745ef 100644 --- a/docs/modelfile.md +++ b/docs/modelfile.md @@ -71,11 +71,9 @@ More examples are available in the [examples directory](../examples). There are two ways to view `Modelfile`s underlying the models in [ollama.com/library][1]: -- Option 1: view a model page: +- Option 1: view a model's layer table: 1. Go to a particular model page (e.g. https://ollama.com/library/llama2) - 2. There is a table listing all the layers in the model. - - Note: if the [`FROM` instruction](#from-required) is not present, - it means the model was created from a local file + 2. There is a table that displays all the layers of the model. - Option 2: use `ollama show` to print the `Modelfile` for any local models like so: ```bash