From e5c22a1bf91b49d99c2c838d15b1ca13a5d008c0 Mon Sep 17 00:00:00 2001 From: Olivier DEBAUCHE Date: Thu, 15 Feb 2024 00:34:45 +0100 Subject: [PATCH] Update models.json Add support for Finance LLM 13B --- all/models.json | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/all/models.json b/all/models.json index bd9ad7a..eacbfba 100644 --- a/all/models.json +++ b/all/models.json @@ -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", @@ -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 } ] - } + } ] }, {