Explorar el Código

use correct name for `orca-mini`

Jeffrey Morgan hace 1 año
padre
commit
8fc8a00752
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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"
   }
 ]