From 2c0ee50dce572d2f5b920cff1174badbc1641c8c Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Tue, 15 Aug 2023 09:25:36 -0400 Subject: [PATCH] Add starcoder 7b. --- gpt4all-chat/metadata/models.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/gpt4all-chat/metadata/models.json b/gpt4all-chat/metadata/models.json index 3098773e..a725b179 100644 --- a/gpt4all-chat/metadata/models.json +++ b/gpt4all-chat/metadata/models.json @@ -292,7 +292,23 @@ "description": "Trained on subset of the Stack
" }, { - "order": "v", + "order": "w", + "md5sum": "f981ab8fbd1ebbe4932ddd667c108ba7", + "disableGUI": "true", + "name": "Starcoder", + "filename": "starcoderbase-7b-ggml.bin", + "filesize": "17860448016", + "requires": "2.4.14", + "ramrequired": "16", + "parameters": "7 billion", + "quant": "f16", + "type": "Starcoder", + "systemPrompt": " ", + "promptTemplate": "%1", + "description": "Trained on subset of the Stack
" + }, + { + "order": "w", "md5sum": "c7ebc61eec1779bddae1f2bcbf2007cc", "name": "Llama-2-7B Chat", "filename": "llama-2-7b-chat.ggmlv3.q4_0.bin",