Skip to content

Commit 97b975d

Browse files
committed
models : nomic bert moe does not require KV cache
1 parent c709275 commit 97b975d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/llama-model.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12836,6 +12836,7 @@ llama_memory_i * llama_model::create_memory(const llama_memory_params & params,
1283612836
case LLM_ARCH_BERT:
1283712837
case LLM_ARCH_JINA_BERT_V2:
1283812838
case LLM_ARCH_NOMIC_BERT:
12839+
case LLM_ARCH_NOMIC_BERT_MOE:
1283912840
{
1284012841
res = nullptr;
1284112842
} break;

0 commit comments

Comments
 (0)