From f7f6d6c6936e73ded989c877ed2b06ff124326bd Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Tue, 14 Nov 2023 10:58:28 -0800 Subject: [PATCH] Update examples/jupyter-notebook/ollama.ipynb Co-authored-by: Bruce MacDonald --- examples/jupyter-notebook/ollama.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/jupyter-notebook/ollama.ipynb b/examples/jupyter-notebook/ollama.ipynb index fec8a7f1..b00f8862 100644 --- a/examples/jupyter-notebook/ollama.ipynb +++ b/examples/jupyter-notebook/ollama.ipynb @@ -9,7 +9,7 @@ "\n", "Ollama is the easiest way to run large language models (LLMs) locally. You can deploy it to macOS by installing the the macOS application, Linux by running the install script (below), and Docker or Kubernetes by pulling the official Ollama Docker image.\n", "\n", - "For best results, this notebook should be run on a Linux node with GPU or an environment like Google Colab." + "For best results, this notebook should be run on a Linux node with a GPU or an environment like Google Colab." ] }, {