Fixed pre-commit problems, fixed small bug in logging_config to handle LOG_LEVEL env var

This commit is contained in:
theobjectivedad
2023-07-15 12:29:35 +00:00
parent 83237b8445
commit b1f4f7a34d
8 changed files with 14 additions and 15 deletions

View File

@@ -16,9 +16,6 @@ from axolotl.prompt_tokenizers import (
ShareGPTPromptTokenizingStrategy,
)
from axolotl.prompters import AlpacaPrompter, PromptStyle, ShareGPTPrompter
from axolotl.logging_config import configure_logging
configure_logging()
LOG = logging.getLogger("axolotl")