fix (xtuner): fix the importing for logging

This commit is contained in:
wangtianqing 00464751 2021-06-21 14:34:56 +08:00 committed by wangtq
parent 4d9e5c3995
commit fc0bd72f7c
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ See the Mulan PSL v2 for more details.
import importlib
import os
import types
import logging
from tuner.exceptions import ConfigureError
from tuner.executor import ExecutorFactory