MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / LFM2

Method LFM2

src/common/AutoModel/modeling_lfm2.cpp:13–13  ·  view source on GitHub ↗

LFM2 family **************/

Source from the content-addressed store, hash-verified

11
12/************ LFM2 family **************/
13LFM2::LFM2(xrt::device* npu_device_inst) : AutoModel(npu_device_inst, "LFM2") {}
14
15void LFM2::load_model(std::string model_path, json model_info, int default_context_length, bool enable_preemption) {
16 this->_shared_load_model(model_path, model_info, default_context_length, enable_preemption);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected