Skip to content

Commit

Permalink
missing dunder-init
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Nov 6, 2023
1 parent c74f045 commit 7de6a56
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Empty file added tests/e2e/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion tests/e2e/test_fused_llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from axolotl.utils.config import normalize_config
from axolotl.utils.dict import DictDefault

from .utils import with_temp_dir # pylint: disable=relative-beyond-top-level
from .utils import with_temp_dir

LOG = logging.getLogger("axolotl.tests.e2e")
os.environ["WANDB_DISABLED"] = "true"
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/test_lora_llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from axolotl.utils.config import normalize_config
from axolotl.utils.dict import DictDefault

from .utils import with_temp_dir # pylint: disable=relative-beyond-top-level
from .utils import with_temp_dir

LOG = logging.getLogger("axolotl.tests.e2e")
os.environ["WANDB_DISABLED"] = "true"
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/test_mistral.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from axolotl.utils.config import normalize_config
from axolotl.utils.dict import DictDefault

from .utils import with_temp_dir # pylint: disable=relative-beyond-top-level
from .utils import with_temp_dir

LOG = logging.getLogger("axolotl.tests.e2e")
os.environ["WANDB_DISABLED"] = "true"
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/test_mistral_samplepack.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from axolotl.utils.config import normalize_config
from axolotl.utils.dict import DictDefault

from .utils import with_temp_dir # pylint: disable=relative-beyond-top-level
from .utils import with_temp_dir

LOG = logging.getLogger("axolotl.tests.e2e")
os.environ["WANDB_DISABLED"] = "true"
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/test_phi.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from axolotl.utils.config import normalize_config
from axolotl.utils.dict import DictDefault

from .utils import with_temp_dir # pylint: disable=relative-beyond-top-level
from .utils import with_temp_dir

LOG = logging.getLogger("axolotl.tests.e2e")
os.environ["WANDB_DISABLED"] = "true"
Expand Down

0 comments on commit 7de6a56

Please sign in to comment.