Fix test_config.py

Signed-off-by: Nick Hill <nickhill123@gmail.com>
This commit is contained in:
Nick Hill
2026-07-02 17:19:01 +01:00
parent d98288d6c9
commit 064cd5aefe
+3 -3
View File
@@ -88,7 +88,7 @@ def test_v2_model_runner_env_tri_state(monkeypatch, env_value, expected):
is_moe=False,
is_quantized=False,
),
False,
True,
),
(
SimpleNamespace(
@@ -219,7 +219,7 @@ def test_v2_model_runner_env_tri_state(monkeypatch, env_value, expected):
is_quantized=False,
is_hybrid=True,
),
False,
True,
),
(
SimpleNamespace(
@@ -230,7 +230,7 @@ def test_v2_model_runner_env_tri_state(monkeypatch, env_value, expected):
is_quantized=False,
is_attention_free=True,
),
False,
True,
),
(
SimpleNamespace(