"src/graph/vscode:/vscode.git/clone" did not exist on "66182b28ad425da3f038e5df1a0d25834571ab5f"
Unverified Commit b8347b40 authored by Yuxuan Zhang's avatar Yuxuan Zhang Committed by GitHub
Browse files

Add self.capture_aux_hidden_states For GLM-4.5V (#10228)

parent 72dfa96a
......@@ -74,6 +74,9 @@ class Glm4vMoeForConditionalGeneration(Glm4vForConditionalGeneration):
self.pooler = Pooler(pooling_type=PoolingType.LAST, normalize=True)
self.is_mrope_enabled = "mrope_section" in self.config.rope_scaling
# For EAGLE3 support
self.capture_aux_hidden_states = False
def determine_num_fused_shared_experts(
self, architecture: str = "Glm4MoeForCausalLM"
):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment