From 4e6dd4d606856b56c7c869f599ef47653f693648 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Thu, 29 Jun 2023 10:50:35 -0400 Subject: [PATCH] initial models.json --- models.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 models.json diff --git a/models.json b/models.json new file mode 100644 index 00000000..e5a4000b --- /dev/null +++ b/models.json @@ -0,0 +1,14 @@ +[ + { + "name": "orca-3b", + "url": "huggingface.co/TheBloke/orca_mini_3B-GGML" + }, + { + "name": "orca-7b", + "url": "huggingface.co/TheBloke/orca_mini_7B-GGML" + }, + { + "name": "orca-13b", + "url": "huggingface.co/TheBloke/orca_mini_13B-GGML" + } +]