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

Method Gemma4e

src/common/AutoModel/modeling_gemma4e.cpp:413–413  ·  view source on GitHub ↗

Gemma4e family **************/

Source from the content-addressed store, hash-verified

411
412/************ Gemma4e family **************/
413Gemma4e::Gemma4e(xrt::device* npu_device_inst) : AutoModel(npu_device_inst, "Gemma4e") {}
414
415void Gemma4e::load_model(std::string model_path, json model_info, int default_context_length, bool enable_preemption) {
416

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected