mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-05 12:31:15 +02:00
4fbdabdc61
* model: using single llm_build per arch * fix merge * nits
4 lines
161 B
C++
4 lines
161 B
C++
#include "models.h"
|
|
|
|
llm_build_t5encoder::llm_build_t5encoder(const llama_model & model, const llm_graph_params & params) : llm_build_t5<true>(model, params) {}
|