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