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

Method GPT_OSS

src/common/AutoModel/modeling_gpt_oss.cpp:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected