Skip to content

Commit 02e1208

Browse files
ThiloteEcebtenzzre
andauthored
Add Granite arch to model whitelist (#3487)
Signed-off-by: ThiloteE <[email protected]> Signed-off-by: Jared Van Bortel <[email protected]> Co-authored-by: Jared Van Bortel <[email protected]>
1 parent 09f37a0 commit 02e1208

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

gpt4all-backend/src/llamamodel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ static const std::vector<const char *> KNOWN_ARCHES {
5353
"gpt2",
5454
// "gptj", -- no inference code
5555
"gptneox",
56+
"granite",
5657
"granitemoe",
5758
"mpt",
5859
"baichuan",

gpt4all-chat/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9+
### Added
10+
- Whitelist Granite (non-MoE) model architecture (by [@ThiloteE](https://github.com/ThiloteE) in [#3487](https://github.com/nomic-ai/gpt4all/pull/3487))
11+
912
### Fixed
1013
- Fix several potential crashes ([#3465](https://github.com/nomic-ai/gpt4all/pull/3465))
1114
- Fix visual spacing issues with deepseek models ([#3470](https://github.com/nomic-ai/gpt4all/pull/3470))

0 commit comments

Comments
 (0)