Browse Source

[MNT] update log

tags/v0.3.2
bxdd 2 years ago
parent
commit
bdead08c90
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      learnware/__init__.py

+ 3
- 1
learnware/__init__.py View File

@@ -52,7 +52,9 @@ def init(**kwargs):


if not is_torch_available(verbose=False):
logger.warning("The functionality of learnware is limited due to 'torch' is not installed!")
logger.warning(
"The ability of learnware is limited due to 'torch' is not installed! Only the core framework is available now."
)

# default init package
init()

Loading…
Cancel
Save