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

Method Gemma3_Text_Only

src/common/AutoModel/modeling_gemma3_text.cpp:12–12  ·  view source on GitHub ↗

Gemma3_Text_Only family **************/

Source from the content-addressed store, hash-verified

10
11/************ Gemma3_Text_Only family **************/
12Gemma3_Text_Only::Gemma3_Text_Only(xrt::device* npu_device_inst) : AutoModel(npu_device_inst, "Gemma3_Text_Only") {}
13
14void Gemma3_Text_Only::load_model(std::string model_path, json model_info, int default_context_length, bool enable_preemption) {
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected