models.json 266 Bytes
Newer Older
Jeffrey Morgan's avatar
Jeffrey Morgan committed
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
  }
]