Skip to content

Commit

Permalink
Fix wrong RPATH using the absolute path instead of relative one (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
irexyc authored Aug 15, 2023
1 parent 8cdcb2a commit 271a19f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lmdeploy/version.py
Original file line number Diff line number Diff line change
@@ -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__


Expand Down
2 changes: 1 addition & 1 deletion src/turbomind/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/")

0 comments on commit 271a19f

Please sign in to comment.