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 8cdcb2a commit 271a19fCopy full SHA for 271a19f
lmdeploy/version.py
@@ -1,7 +1,7 @@
1
# Copyright (c) OpenMMLab. All rights reserved.
2
from typing import Tuple
3
4
-__version__ = '0.0.4'
+__version__ = '0.0.5'
5
short_version = __version__
6
7
src/turbomind/python/CMakeLists.txt
@@ -19,4 +19,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)
19
20
set_target_properties(${PROJECT_NAME} PROPERTIES
21
BUILD_RPATH "\$ORIGIN"
22
- INSTALL_RPATH "\$ORIGIN;../../nvidia/nccl/lib/")
+ INSTALL_RPATH "\$ORIGIN;\$ORIGIN/../../nvidia/nccl/lib/")
0 commit comments