Skip to content

Commit

Permalink
llamamodel: add DeepSeek-V2 to whitelist (nomic-ai#2702)
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Van Bortel <[email protected]>
  • Loading branch information
cebtenzzre authored Jul 22, 2024
1 parent 54ed309 commit 4ca1d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt4all-backend/llamamodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static const std::vector<const char *> KNOWN_ARCHES {
"olmo",
"openelm",
// "arctic", -- 10B+128x3.66B parameters
// "deepseek2", -- excessive VRAM requirements
"deepseek2",
"chatglm",
// "bitnet", -- tensor not within file bounds?
// "t5", -- seq2seq model
Expand Down

0 comments on commit 4ca1d04

Please sign in to comment.