initial models.json
This commit is contained in:
parent
948c2c1018
commit
4e6dd4d606
1 changed files with 14 additions and 0 deletions
14
models.json
Normal file
14
models.json
Normal file
|
@ -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"
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue