From d9c55d4298a1882b3775b321d0429fe42cad21f0 Mon Sep 17 00:00:00 2001 From: moraxu Date: Fri, 23 May 2025 06:32:54 +0000 Subject: [PATCH] Fix mocker argument Signed-off-by: moraxu --- tests/integration/defs/accuracy/test_cli_flow.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/integration/defs/accuracy/test_cli_flow.py b/tests/integration/defs/accuracy/test_cli_flow.py index e9fdac5dcbec..ee9011e380ef 100644 --- a/tests/integration/defs/accuracy/test_cli_flow.py +++ b/tests/integration/defs/accuracy/test_cli_flow.py @@ -832,9 +832,7 @@ def test_fp8_prequantized_tp4(self, mocker): @pytest.mark.skip_device_not_contain(["B200"]) def test_nvfp4_prequantized_tp4(self, mocker): mocker.patch.object( - self.__class__, - "MODEL_PATH", - model_path= + self.__class__, "MODEL_PATH", f"{llm_models_root()}/modelopt-hf-model-hub/Llama-3.3-70B-Instruct-fp4" ) self.run(tasks=[MMLU(self.MODEL_NAME)],