From c7294265f185602fd52504e088f0a28d79aa8a50 Mon Sep 17 00:00:00 2001 From: hoyyeva <63033505+hoyyeva@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:45:34 -0700 Subject: [PATCH] Update docs/modelfile.md Co-authored-by: Jeffrey Morgan --- docs/modelfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modelfile.md b/docs/modelfile.md index acf745ef..0c9e06b8 100644 --- a/docs/modelfile.md +++ b/docs/modelfile.md @@ -71,7 +71,7 @@ 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's layer table: +- Option 1: view a model's data: 1. Go to a particular model page (e.g. https://ollama.com/library/llama2) 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: