model : remove modern-bert iswa template (#18529)

* remove modern-bert iswa template

* forgotten
This commit is contained in:
Sigbjørn Skjæret
2026-01-02 00:06:42 +01:00
committed by GitHub
parent ced765be44
commit 169ee68ffb
3 changed files with 3 additions and 15 deletions
+1 -1
View File
@@ -7457,7 +7457,7 @@ ggml_cgraph * llama_model::build_graph(const llm_graph_params & params) const {
} break;
case LLM_ARCH_MODERN_BERT:
{
llm = std::make_unique<llm_build_modern_bert<true>>(*this, params);
llm = std::make_unique<llm_build_modern_bert>(*this, params);
} break;
case LLM_ARCH_NEO_BERT:
{