CoolFace
Modelpublic

Felipe97/llama-cpp-compiled

sourceHugging Faceupdated 2d agoView on Hugging Face
0likes1.1kdownloads
mistral4.cpp7 linesDownload Raw Back to models
1#include "models.h"2 3std::unique_ptr<llm_graph_context> llama_model_mistral4::build_arch_graph(const llm_graph_params & params) const {4    return std::make_unique<graph>(*this, params);5}6 7