We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0ebf4 commit 79c22dfCopy full SHA for 79c22df
test/transformers/test_monkey_patch.py
@@ -2592,6 +2592,7 @@ def test_apply_liger_kernel_to_instance_for_glm4():
2592
@pytest.mark.skipif(not is_glm4_moe_available(), reason="glm4 module not available")
2593
def test_apply_liger_kernel_to_instance_for_glm4_moe():
2594
from transformers.models.glm4_moe.modeling_glm4_moe import Glm4MoeMLP
2595
+ from transformers.models.glm4_moe.modeling_glm4_moe import Glm4MoeMOE
2596
2597
# Ensure any monkey patching is cleaned up for subsequent tests
2598
with patch("transformers.models.glm4_moe.modeling_glm4_moe"):
0 commit comments