From be2310322f4d90ebdacbf104dd2a5a9b2f6a037f Mon Sep 17 00:00:00 2001 From: Richard Guo Date: Thu, 8 Jun 2023 15:25:40 -0400 Subject: [PATCH] update models json with replit model --- gpt4all-chat/metadata/models.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gpt4all-chat/metadata/models.json b/gpt4all-chat/metadata/models.json index 9c90b919..a9699e6d 100644 --- a/gpt4all-chat/metadata/models.json +++ b/gpt4all-chat/metadata/models.json @@ -80,5 +80,13 @@ "filename": "ggml-wizard-13b-uncensored.bin", "filesize": "8136777088", "description": "LLaMa 13B finetuned on the uncensored assistant and instruction data.
- Cannot be used commercially." + }, + { + "md5sum": "615890cb571fcaa0f70b2f8d15ef809e", + "filename": "ggml-replit-code-v1-3b.bin", + "filesize": "5202046853", + "requires": "2.4.7", + "description": "Replit 3B code model trained on subset of the Stack. Licensed for commercial use.", + "url": "https://huggingface.co/nomic-ai/ggml-replit-code-v1-3b/resolve/main/ggml-replit-code-v1-3b.bin" } ]