From ab157c2d18284c69c9746756fcd5302d3c1e4bae Mon Sep 17 00:00:00 2001 From: Angelos Katharopoulos Date: Fri, 13 Mar 2026 17:07:05 -0700 Subject: [PATCH] Fix test after latest MLX update (#996) --- tests/test_models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_models.py b/tests/test_models.py index b384d74..2d68a5f 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -1683,7 +1683,7 @@ class TestModels(unittest.TestCase): "rms_norm_eps": 1e-5, "vocab_size": 1000, "num_key_value_heads": 2, - "partial_rotary_factor": 0, + "partial_rotary_factor": 0.5, "rope_theta": 1000, }, { @@ -1711,7 +1711,7 @@ class TestModels(unittest.TestCase): "use_qk_norm": True, "tie_word_embeddings": False, "attention_bias": False, - "partial_rotary_factor": 0.0, + "partial_rotary_factor": 0.5, }, { "model_type": "glm4_moe_lite",