File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ def try_register_lib(lib_name: str,
3232 if lib_info :
3333 logger .info (lib_info )
3434 except Exception :
35- logger .warning_once (exception_info )
35+ logger .info_once (exception_info )
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ def __init__(
7878 try_register_lib (
7979 "mindie_turbo" ,
8080 "MindIE Turbo is installed. vLLM inference will be accelerated with MindIE Turbo." ,
81- "MindIE Turbo not found, please check the installation of mindie-turbo if you attempt to use it ."
81+ "MindIE Turbo not found or unable to `import mindie_turbo`, skip MindIE Turbo acceleration ."
8282 )
8383 # distribute related config
8484 self .parallel_config .rank = rank
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ def __init__(self,
7878 try_register_lib (
7979 "mindie_turbo" ,
8080 "MindIE Turbo is installed. vLLM inference will be accelerated with MindIE Turbo." ,
81- "MindIE Turbo not found, please check the installation of mindie-turbo if you attempt to use it ."
81+ "MindIE Turbo not found or unable to `import mindie_turbo`, skip MindIE Turbo acceleration ."
8282 )
8383
8484 if self .cache_config .cache_dtype == "auto" :
You can’t perform that action at this time.
0 commit comments