From 38284f9fa745e415840eb9230a51ff9f2801b53c Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Tue, 27 Jun 2023 12:56:53 -0400 Subject: [PATCH] small `README.md` tweaks --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4ebd6808..56ba76b96 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ ollama.generate("./llama-7b-ggml.bin", "hi") Load a model for generation ```python -ollama.load("model name") +ollama.load("model") ``` ### `ollama.models()` @@ -48,7 +48,7 @@ Serve the ollama http server ## Cooming Soon -### `ollama.pull("model")` +### `ollama.pull(model)` Download a model @@ -56,7 +56,7 @@ Download a model ollama.pull("huggingface.co/thebloke/llama-7b-ggml") ``` -### `ollama.import("file")` +### `ollama.import(filename)` Import a model from a file