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

Method generate

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

106 eos 107 \n

Source from the content-addressed store, hash-verified

252// 106 eos
253// 107 \n
254std::string Gemma3::generate(chat_meta_info_t& meta_info, int length_limit, std::ostream& os, std::function<bool()> is_cancelled) {
255 return this->_shared_generate(meta_info, length_limit, os, is_cancelled);
256}
257
258std::string Gemma3::generate_with_prompt(chat_meta_info_t& meta_info, lm_uniform_input_t& input, int length_limit, std::ostream& os) {
259 if (!this->insert(meta_info, input)) {

Callers

nothing calls this directly

Calls 1

_shared_generateMethod · 0.80

Tested by

no test coverage detected