Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
218
bool llama_hparams::use_mrope() const {
219
return rope_sections[0] > 0 && rope_sections[1] > 0;
220
}
Callers
3
llama_model_rope_type
Function · 0.80
llm_build_glm4_moe
Method · 0.80
llm_build_glm4
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected