From 1ff78d63470aa039b1300f77be16a129362c4af2 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Tue, 19 Nov 2024 01:28:27 -0500 Subject: [PATCH] remove temp_dir decorator as we're using fixtures now --- tests/e2e/multigpu/test_llama.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/e2e/multigpu/test_llama.py b/tests/e2e/multigpu/test_llama.py index 6bd6cce4e..404449bfc 100644 --- a/tests/e2e/multigpu/test_llama.py +++ b/tests/e2e/multigpu/test_llama.py @@ -602,7 +602,6 @@ class TestMultiGPULlama: ] ) - @with_temp_dir def test_8bit_lora_ds_zero3(self, temp_dir): # pylint: disable=duplicate-code cfg = DictDefault(