diff --git a/tests/integration/defs/accuracy/test_cli_flow.py b/tests/integration/defs/accuracy/test_cli_flow.py index e9fdac5dcbe..ee9011e380e 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)],