/src/llama.cpp/src/models/nemotron-h-moe.cpp
Line
Count
Source
1
#include "models.h"
2
3
0
std::unique_ptr<llm_graph_context> llama_model_nemotron_h_moe::build_arch_graph(const llm_graph_params & params) const {
4
return std::make_unique<graph>(*this, params);
5
}
6