From d3822aebd2870f91617d0c559055d039cc53489b Mon Sep 17 00:00:00 2001 From: systemd Date: Wed, 22 Jul 2026 17:32:13 +0000 Subject: [PATCH] Fix config model type (#22) - Fix config model type (83b014d2ccd921c6a756bfbaa3d74ca35eb94704) Co-authored-by: Raushan Turganbay (batch 1/1) --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index ec604c8..df1e864 100644 --- a/config.json +++ b/config.json @@ -46,7 +46,7 @@ } }, "vision_config": { - "model_type": "glm4v", + "model_type": "glm4v_vision", "hidden_size": 1536, "depth": 24, "num_heads": 12,