Browse Source

use correct name for `orca-mini`

Jeffrey Morgan 1 year ago
parent
commit
8fc8a00752
1 changed files with 3 additions and 3 deletions
  1. 3 3
      models.json

+ 3 - 3
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"
   }
 ]