From 16d46b74e41ab109daf8f8ceb4de1615746cb25e Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Wed, 29 May 2024 15:41:46 -0400 Subject: [PATCH] re-enable phi for tests in modal ci (#1373) --- tests/e2e/test_phi.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/e2e/test_phi.py b/tests/e2e/test_phi.py index 7abed8594..4cc6bcdcc 100644 --- a/tests/e2e/test_phi.py +++ b/tests/e2e/test_phi.py @@ -7,8 +7,6 @@ import os import unittest from pathlib import Path -import pytest - from axolotl.cli import load_datasets from axolotl.common.cli import TrainerCliArgs from axolotl.train import train @@ -21,7 +19,6 @@ LOG = logging.getLogger("axolotl.tests.e2e") os.environ["WANDB_DISABLED"] = "true" -@pytest.mark.skip(reason="doesn't seem to work on modal") class TestPhi(unittest.TestCase): """ Test case for Phi2 models