Skip to content

Commit

Permalink
fix mmdeploy.version_info (#2215)
Browse files Browse the repository at this point in the history
* fix mmdeploy.version_info

* fix mmdeploy.version_info

* fix lint

---------

Co-authored-by: RunningLeon <mnsheng@yeah.net>
  • Loading branch information
xiabo123 and RunningLeon authored Jul 3, 2023
1 parent efbbde2 commit ae381c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmdeploy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import importlib

from mmdeploy.utils import get_root_logger
from .version import __version__ # noqa F401
from .version import __version__, version_info # noqa F401

if importlib.util.find_spec('torch'):
importlib.import_module('mmdeploy.pytorch')
Expand Down

0 comments on commit ae381c8

Please sign in to comment.