MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / use_mrope

Method use_mrope

subprojects/llama.cpp/src/llama-hparams.cpp:218–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218bool llama_hparams::use_mrope() const {
219 return rope_sections[0] > 0 && rope_sections[1] > 0;
220}

Callers 3

llama_model_rope_typeFunction · 0.80
llm_build_glm4_moeMethod · 0.80
llm_build_glm4Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected