missing dunder-init
Browse files- tests/e2e/__init__.py +0 -0
- tests/e2e/test_fused_llama.py +1 -1
- tests/e2e/test_lora_llama.py +1 -1
- tests/e2e/test_mistral.py +1 -1
- tests/e2e/test_mistral_samplepack.py +1 -1
- tests/e2e/test_phi.py +1 -1
tests/e2e/__init__.py
ADDED
File without changes
|
tests/e2e/test_fused_llama.py
CHANGED
@@ -15,7 +15,7 @@ from axolotl.train import train
|
|
15 |
from axolotl.utils.config import normalize_config
|
16 |
from axolotl.utils.dict import DictDefault
|
17 |
|
18 |
-
from .utils import with_temp_dir
|
19 |
|
20 |
LOG = logging.getLogger("axolotl.tests.e2e")
|
21 |
os.environ["WANDB_DISABLED"] = "true"
|
|
|
15 |
from axolotl.utils.config import normalize_config
|
16 |
from axolotl.utils.dict import DictDefault
|
17 |
|
18 |
+
from .utils import with_temp_dir
|
19 |
|
20 |
LOG = logging.getLogger("axolotl.tests.e2e")
|
21 |
os.environ["WANDB_DISABLED"] = "true"
|
tests/e2e/test_lora_llama.py
CHANGED
@@ -13,7 +13,7 @@ from axolotl.train import train
|
|
13 |
from axolotl.utils.config import normalize_config
|
14 |
from axolotl.utils.dict import DictDefault
|
15 |
|
16 |
-
from .utils import with_temp_dir
|
17 |
|
18 |
LOG = logging.getLogger("axolotl.tests.e2e")
|
19 |
os.environ["WANDB_DISABLED"] = "true"
|
|
|
13 |
from axolotl.utils.config import normalize_config
|
14 |
from axolotl.utils.dict import DictDefault
|
15 |
|
16 |
+
from .utils import with_temp_dir
|
17 |
|
18 |
LOG = logging.getLogger("axolotl.tests.e2e")
|
19 |
os.environ["WANDB_DISABLED"] = "true"
|
tests/e2e/test_mistral.py
CHANGED
@@ -15,7 +15,7 @@ from axolotl.train import train
|
|
15 |
from axolotl.utils.config import normalize_config
|
16 |
from axolotl.utils.dict import DictDefault
|
17 |
|
18 |
-
from .utils import with_temp_dir
|
19 |
|
20 |
LOG = logging.getLogger("axolotl.tests.e2e")
|
21 |
os.environ["WANDB_DISABLED"] = "true"
|
|
|
15 |
from axolotl.utils.config import normalize_config
|
16 |
from axolotl.utils.dict import DictDefault
|
17 |
|
18 |
+
from .utils import with_temp_dir
|
19 |
|
20 |
LOG = logging.getLogger("axolotl.tests.e2e")
|
21 |
os.environ["WANDB_DISABLED"] = "true"
|
tests/e2e/test_mistral_samplepack.py
CHANGED
@@ -15,7 +15,7 @@ from axolotl.train import train
|
|
15 |
from axolotl.utils.config import normalize_config
|
16 |
from axolotl.utils.dict import DictDefault
|
17 |
|
18 |
-
from .utils import with_temp_dir
|
19 |
|
20 |
LOG = logging.getLogger("axolotl.tests.e2e")
|
21 |
os.environ["WANDB_DISABLED"] = "true"
|
|
|
15 |
from axolotl.utils.config import normalize_config
|
16 |
from axolotl.utils.dict import DictDefault
|
17 |
|
18 |
+
from .utils import with_temp_dir
|
19 |
|
20 |
LOG = logging.getLogger("axolotl.tests.e2e")
|
21 |
os.environ["WANDB_DISABLED"] = "true"
|
tests/e2e/test_phi.py
CHANGED
@@ -13,7 +13,7 @@ from axolotl.train import train
|
|
13 |
from axolotl.utils.config import normalize_config
|
14 |
from axolotl.utils.dict import DictDefault
|
15 |
|
16 |
-
from .utils import with_temp_dir
|
17 |
|
18 |
LOG = logging.getLogger("axolotl.tests.e2e")
|
19 |
os.environ["WANDB_DISABLED"] = "true"
|
|
|
13 |
from axolotl.utils.config import normalize_config
|
14 |
from axolotl.utils.dict import DictDefault
|
15 |
|
16 |
+
from .utils import with_temp_dir
|
17 |
|
18 |
LOG = logging.getLogger("axolotl.tests.e2e")
|
19 |
os.environ["WANDB_DISABLED"] = "true"
|