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