Skip to content

Commit 98ea10c

Browse files
committed
fix(transformers): update import path for Glm4vConfig in test_apply_liger_kernel_to_instance_for_glm4v
1 parent 6e60b90 commit 98ea10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/transformers/test_monkey_patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@ def test_apply_liger_kernel_to_instance_for_glm4v():
16631663
from liger_kernel.transformers.model.glm4v import lce_forward as glm4v_lce_forward
16641664

16651665
# Instantiate a dummy model
1666-
config = transformers.models.paligemma.configuration_glm4v.Glm4vConfig(
1666+
config = transformers.models.glm4v.configuration_glm4v.Glm4vConfig(
16671667
torch_dtype=torch.bfloat16,
16681668
text_config={
16691669
"num_hidden_layers": 2,

0 commit comments

Comments
 (0)