Llama3 family **************/
| 9 | |
| 10 | /************ Llama3 family **************/ |
| 11 | Llama3::Llama3(xrt::device* npu_device_inst) : AutoModel(npu_device_inst, "Llama3") {} |
| 12 | |
| 13 | void Llama3::load_model(std::string model_path, json model_info, int default_context_length, bool enable_preemption) { |
| 14 | this->_shared_load_model(model_path, model_info, default_context_length, enable_preemption); |
nothing calls this directly
no outgoing calls
no test coverage detected