LFM2 family **************/
| 11 | |
| 12 | /************ LFM2 family **************/ |
| 13 | LFM2::LFM2(xrt::device* npu_device_inst) : AutoModel(npu_device_inst, "LFM2") {} |
| 14 | |
| 15 | void 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); |
nothing calls this directly
no outgoing calls
no test coverage detected