From 8fc8a007525347d3afbbe40884f27cf093aba9ab Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Thu, 29 Jun 2023 18:16:33 -0400 Subject: [PATCH] use correct name for `orca-mini` --- models.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/models.json b/models.json index e5a4000b..6070ac7e 100644 --- a/models.json +++ b/models.json @@ -1,14 +1,14 @@ [ { - "name": "orca-3b", + "name": "orca-mini-3b", "url": "huggingface.co/TheBloke/orca_mini_3B-GGML" }, { - "name": "orca-7b", + "name": "orca-mini-7b", "url": "huggingface.co/TheBloke/orca_mini_7B-GGML" }, { - "name": "orca-13b", + "name": "orca-mini-13b", "url": "huggingface.co/TheBloke/orca_mini_13B-GGML" } ]