recover logging

This commit is contained in:
hiyouga
2023-06-06 21:36:37 +08:00
parent 4eb17bcf6c
commit 13d1f0709c
6 changed files with 17 additions and 16 deletions

View File

@@ -13,10 +13,10 @@ from nltk.translate.bleu_score import sentence_bleu, SmoothingFunction
from .peft_trainer import PeftTrainer
from .other import get_main_logger, IGNORE_INDEX
from .other import get_logger, IGNORE_INDEX
logger = get_main_logger(__name__)
logger = get_logger(__name__)
@dataclass