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

Method Gemma3

src/common/AutoModel/modeling_gemma3.cpp:11–11  ·  view source on GitHub ↗

Gemma3 family **************/

Source from the content-addressed store, hash-verified

9
10/************ Gemma3 family **************/
11Gemma3::Gemma3(xrt::device* npu_device_inst) : AutoModel(npu_device_inst, "Gemma3") {}
12
13void Gemma3::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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected