Skip to content

Commit

Permalink
Update models.json
Browse files Browse the repository at this point in the history
Add support for Finance LLM 13B
  • Loading branch information
Smartappli authored Feb 14, 2024
1 parent 2e98b6d commit e5c22a1
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions all/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,17 @@
{
"name": "Finance",
"models": [
{
"name": "Finance-Chat",
"repo": "TheBloke/finance-chat-GGUF",
"files": [
{
"name": "q4_K_M",
"filename": "finance-chat.Q4_K_M.gguf",
"disk_space": 4081010048.0
}
]
},
{
"name": "Finance-LLM",
"repo": "TheBloke/finance-LLM-GGUF",
Expand All @@ -275,16 +286,16 @@
]
},
{
"name": "Finance-Chat",
"repo": "TheBloke/finance-chat-GGUF",
"name": "Finance-LLM-13B",
"repo": "TheBloke/finance-LLM-13B-GGUF",
"files": [
{
"name": "q4_K_M",
"filename": "finance-chat.Q4_K_M.gguf",
"disk_space": 4081010048.0
"filename": "finance-llm-13b.Q4_K_M.gguf",
"disk_space": 7865963456.0
}
]
}
}
]
},
{
Expand Down

0 comments on commit e5c22a1

Please sign in to comment.