From b6daffb788257bd5a1ed26aff48cbce440d0fa22 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Mon, 13 Jan 2025 20:32:23 -0500 Subject: [PATCH] fix import from mv --- tests/e2e/patched/test_relora_llama.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/patched/test_relora_llama.py b/tests/e2e/patched/test_relora_llama.py index 6c785dc86..191f76f64 100644 --- a/tests/e2e/patched/test_relora_llama.py +++ b/tests/e2e/patched/test_relora_llama.py @@ -13,7 +13,7 @@ from axolotl.train import train from axolotl.utils.config import normalize_config from axolotl.utils.dict import DictDefault -from .utils import check_model_output_exists, check_tensorboard, with_temp_dir +from ..utils import check_model_output_exists, check_tensorboard, with_temp_dir LOG = logging.getLogger("axolotl.tests.e2e") os.environ["WANDB_DISABLED"] = "true"