We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a9b4d commit b03e086Copy full SHA for b03e086
lmdeploy/pytorch/check_env/__init__.py
@@ -30,7 +30,7 @@ def check_env_deeplink(device_type: str):
30
if device_type in deeplink_device_type_list:
31
logger = get_logger('lmdeploy')
32
try:
33
- import deeplink_ext # noqa: F401
+ import dlinfer.framework.lmdeploy_ext # noqa: F401
34
except Exception as e:
35
_handle_exception(e, 'PyTorch', logger)
36
0 commit comments