From 0fb5268496792ec1da2b64f848a9a05ad0689ec3 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Mon, 25 Sep 2023 10:06:23 -0700 Subject: [PATCH] Update linux.md --- docs/linux.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/linux.md b/docs/linux.md index 0c3b3123..a3a51740 100644 --- a/docs/linux.md +++ b/docs/linux.md @@ -72,9 +72,3 @@ Then start the service: sudo systemctl daemon-reload sudo systemctl enable ollama ``` - -## Run a model - -``` -ollama run llama2 -```