diff --git a/lmdeploy/version.py b/lmdeploy/version.py index 385a068c71..dfeb59678a 100644 --- a/lmdeploy/version.py +++ b/lmdeploy/version.py @@ -1,7 +1,7 @@ # Copyright (c) OpenMMLab. All rights reserved. from typing import Tuple -__version__ = '0.0.4' +__version__ = '0.0.5' short_version = __version__ diff --git a/src/turbomind/python/CMakeLists.txt b/src/turbomind/python/CMakeLists.txt index 945d4f3694..9e007e95f8 100644 --- a/src/turbomind/python/CMakeLists.txt +++ b/src/turbomind/python/CMakeLists.txt @@ -19,4 +19,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14) set_target_properties(${PROJECT_NAME} PROPERTIES BUILD_RPATH "\$ORIGIN" - INSTALL_RPATH "\$ORIGIN;../../nvidia/nccl/lib/") + INSTALL_RPATH "\$ORIGIN;\$ORIGIN/../../nvidia/nccl/lib/")