This commit is contained in:
ryan-mangeno 2025-09-11 16:42:41 -04:00
parent 4e7c8793ae
commit 20d448a8d7
1 changed files with 0 additions and 3 deletions

View File

@ -18358,7 +18358,6 @@ ggml_cgraph * llama_model::build_graph(const llm_graph_params & params) const {
case LLM_ARCH_MODERN_BERT:
{
llm = std::make_unique<llm_build_modern_bert>(*this, params);
LLAMA_LOG_INFO("Built llm\n");
} break;
case LLM_ARCH_NEO_BERT:
{
@ -18677,8 +18676,6 @@ ggml_cgraph * llama_model::build_graph(const llm_graph_params & params) const {
GGML_ABORT("fatal error");
}
LLAMA_LOG_INFO("Building pooling\n");
// add on pooling layer
llm->build_pooling(cls, cls_b, cls_out, cls_out_b);