Fixed pre-commit problems, fixed small bug in logging_config to handle LOG_LEVEL env var
This commit is contained in:
@@ -5,6 +5,7 @@ import logging
|
||||
from enum import Enum, auto
|
||||
from typing import Generator, List, Optional, Tuple, Union
|
||||
|
||||
LOG = logging.getLogger("axolotl")
|
||||
IGNORE_TOKEN_ID = -100
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user