From a0527284126ffbc17031f75d2bfbf9cf2ca9c907 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Tue, 27 Jun 2023 13:52:32 -0400 Subject: [PATCH] fix `README.md` typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccdb25d8..aba0c061 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ ollama.search("llama-7b") In the future, there will be an `ollama` CLI for running models on servers, in containers or for local development environments. ``` -ollama generaate huggingface.co/thebloke/llama-7b-ggml +ollama generate huggingface.co/thebloke/llama-7b-ggml "hi" > Downloading [================> ] 66.67% (2/3) 30.2MB/s ```