model: using single llm_build per arch (#21970)

* model: using single llm_build per arch

* fix merge

* nits
This commit is contained in:
Xuan-Son Nguyen
2026-04-16 21:10:22 +02:00
committed by GitHub
parent e45dbdece8
commit 4fbdabdc61
7 changed files with 139 additions and 128 deletions
+3
View File
@@ -0,0 +1,3 @@
#include "models.h"
llm_build_t5encoder::llm_build_t5encoder(const llama_model & model, const llm_graph_params & params) : llm_build_t5<true>(model, params) {}