From d3b838ce603863c661ae4710a733b78d46d14ca8 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Sun, 27 Aug 2023 13:26:30 -0400 Subject: [PATCH] update `orca` to `orca-mini` --- README.md | 2 +- docs/api.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa3a7ed5..4796f042 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ For more examples, see the [examples](./examples) directory. For more informatio ### Pull a model from the registry ``` -ollama pull orca +ollama pull orca-mini ``` ### Listing local models diff --git a/docs/api.md b/docs/api.md index f361823b..f4892da4 100644 --- a/docs/api.md +++ b/docs/api.md @@ -14,7 +14,7 @@ ### Model names -Model names follow a `model:tag` format. Some examples are `orca:3b-q4_1` and `llama2:70b`. The tag is optional and if not provided will default to `latest`. The tag is used to identify a specific version. +Model names follow a `model:tag` format. Some examples are `orca-mini:3b-q4_1` and `llama2:70b`. The tag is optional and if not provided will default to `latest`. The tag is used to identify a specific version. ### Durations