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
View File
@@ -332,7 +332,6 @@ struct llm_build_mistral3 : public llm_graph_context {
llm_build_mistral3(const llama_model & model, const llm_graph_params & params);
};
template <bool iswa>
struct llm_build_modern_bert : public llm_graph_context {
llm_build_modern_bert(const llama_model & model, const llm_graph_params & params);
};