[MISC] fix logger (#515)

logger in vllm-ascend doesn't work. This PR fix the issue.

Fix: https://github.com/vllm-project/vllm-ascend/issues/431

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2025-04-15 10:18:05 +08:00
committed by GitHub
parent 5c6d79687c
commit f6af1d2471
9 changed files with 6 additions and 27 deletions

View File

@@ -17,9 +17,7 @@
# limitations under the License.
#
import torch
from vllm.logger import init_logger
logger = init_logger(__name__)
from vllm.logger import logger
def try_register_lib(lib_name: str, lib_info: str = ""):