mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-22 03:48:08 +00:00
fix order, kompute whitelist, changelog entry,
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Submodule gpt4all-backend/deps/llama.cpp-mainline updated: 3ebb3603e8...11f734c3b0
@@ -53,8 +53,8 @@ static const std::vector<const char *> KNOWN_ARCHES {
|
|||||||
"gpt2",
|
"gpt2",
|
||||||
// "gptj", -- no inference code
|
// "gptj", -- no inference code
|
||||||
"gptneox",
|
"gptneox",
|
||||||
"granitemoe",
|
|
||||||
"granite",
|
"granite",
|
||||||
|
"granitemoe",
|
||||||
"mpt",
|
"mpt",
|
||||||
"baichuan",
|
"baichuan",
|
||||||
"starcoder",
|
"starcoder",
|
||||||
|
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Whitelist Granite (non-MoE) model architecture (by [@ThiloteE](https://github.com/ThiloteE) in [#3487](https://github.com/nomic-ai/gpt4all/pull/3487))
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix several potential crashes ([#3465](https://github.com/nomic-ai/gpt4all/pull/3465))
|
- Fix several potential crashes ([#3465](https://github.com/nomic-ai/gpt4all/pull/3465))
|
||||||
- Fix visual spacing issues with deepseek models ([#3470](https://github.com/nomic-ai/gpt4all/pull/3470))
|
- Fix visual spacing issues with deepseek models ([#3470](https://github.com/nomic-ai/gpt4all/pull/3470))
|
||||||
|
Reference in New Issue
Block a user