Skip to content

Commit a72cb3b

Browse files
committed
add modern-bert to llama_model::create_memory
1 parent fa23480 commit a72cb3b

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
@@ -13383,6 +13383,7 @@ llama_memory_i * llama_model::create_memory(const llama_memory_params & params,
1338313383
case LLM_ARCH_NOMIC_BERT:
1338413384
case LLM_ARCH_NOMIC_BERT_MOE:
1338513385
case LLM_ARCH_WAVTOKENIZER_DEC:
13386+
case LLM_ARCH_MODERN_BERT:
1338613387
{
1338713388
res = nullptr;
1338813389
} break;

0 commit comments

Comments
 (0)