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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 15 deletions

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:
{