mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-23 14:07:58 +00:00
New release notes and bump version.
This commit is contained in:
parent
fc1af4a234
commit
09a143228c
@ -18,7 +18,7 @@ endif()
|
|||||||
|
|
||||||
set(APP_VERSION_MAJOR 2)
|
set(APP_VERSION_MAJOR 2)
|
||||||
set(APP_VERSION_MINOR 4)
|
set(APP_VERSION_MINOR 4)
|
||||||
set(APP_VERSION_PATCH 14)
|
set(APP_VERSION_PATCH 15)
|
||||||
set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
|
set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
|
||||||
|
|
||||||
# Include the binary directory for the generated header file
|
# Include the binary directory for the generated header file
|
||||||
|
@ -256,6 +256,7 @@
|
|||||||
"quant": "f16",
|
"quant": "f16",
|
||||||
"type": "Replit",
|
"type": "Replit",
|
||||||
"systemPrompt": " ",
|
"systemPrompt": " ",
|
||||||
|
"promptTemplate": "%1",
|
||||||
"description": "<strong>Trained on subset of the Stack</strong><br><ul><li>Code completion based<li>Licensed for commercial use</ul>",
|
"description": "<strong>Trained on subset of the Stack</strong><br><ul><li>Code completion based<li>Licensed for commercial use</ul>",
|
||||||
"url": "https://huggingface.co/nomic-ai/ggml-replit-code-v1-3b/resolve/main/ggml-replit-code-v1-3b.bin"
|
"url": "https://huggingface.co/nomic-ai/ggml-replit-code-v1-3b/resolve/main/ggml-replit-code-v1-3b.bin"
|
||||||
},
|
},
|
||||||
@ -273,5 +274,21 @@
|
|||||||
"type": "Bert",
|
"type": "Bert",
|
||||||
"systemPrompt": " ",
|
"systemPrompt": " ",
|
||||||
"description": "<strong>Sbert</strong><br><ul><li>For embeddings"
|
"description": "<strong>Sbert</strong><br><ul><li>For embeddings"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"order": "u",
|
||||||
|
"md5sum": "379ee1bab9a7a9c27c2314daa097528e",
|
||||||
|
"disableGUI": "true",
|
||||||
|
"name": "Starcoder (Small)",
|
||||||
|
"filename": "starcoderbase-3b-ggml.bin",
|
||||||
|
"filesize": "7503121552",
|
||||||
|
"requires": "2.4.14",
|
||||||
|
"ramrequired": "8",
|
||||||
|
"parameters": "3 billion",
|
||||||
|
"quant": "f16",
|
||||||
|
"type": "Starcoder",
|
||||||
|
"systemPrompt": " ",
|
||||||
|
"promptTemplate": "%1",
|
||||||
|
"description": "<strong>Trained on subset of the Stack</strong><br><ul><li>Code completion based</ul>",
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -450,6 +450,20 @@
|
|||||||
* Aaron Miller (Nomic AI)
|
* Aaron Miller (Nomic AI)
|
||||||
* Adam Treat (Nomic AI)
|
* Adam Treat (Nomic AI)
|
||||||
* Community (beta testers, bug reporters)
|
* Community (beta testers, bug reporters)
|
||||||
|
"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "2.4.14",
|
||||||
|
"notes":
|
||||||
|
"
|
||||||
|
* Add starcoder model support
|
||||||
|
* Add ability to switch between light mode/dark mode
|
||||||
|
* Increase the size of fonts in monospace code blocks a bit
|
||||||
|
",
|
||||||
|
"contributors":
|
||||||
|
"
|
||||||
|
* Lakshay Kansal (Nomic AI)
|
||||||
|
* Adam Treat (Nomic AI)
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user