Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Lmdeploy
Commits
271a19fe
"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "80de641c1c7973dd83cdb9ebb0946affb28e00f1"
Unverified
Commit
271a19fe
authored
Aug 15, 2023
by
Chen Xin
Committed by
GitHub
Aug 15, 2023
Browse files
Fix wrong RPATH using the absolute path instead of relative one (#239)
parent
8cdcb2a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lmdeploy/version.py
lmdeploy/version.py
+1
-1
src/turbomind/python/CMakeLists.txt
src/turbomind/python/CMakeLists.txt
+1
-1
No files found.
lmdeploy/version.py
View file @
271a19fe
# Copyright (c) OpenMMLab. All rights reserved.
# Copyright (c) OpenMMLab. All rights reserved.
from
typing
import
Tuple
from
typing
import
Tuple
__version__
=
'0.0.
4
'
__version__
=
'0.0.
5
'
short_version
=
__version__
short_version
=
__version__
...
...
src/turbomind/python/CMakeLists.txt
View file @
271a19fe
...
@@ -19,4 +19,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)
...
@@ -19,4 +19,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)
set_target_properties
(
${
PROJECT_NAME
}
PROPERTIES
set_target_properties
(
${
PROJECT_NAME
}
PROPERTIES
BUILD_RPATH
"
\$
ORIGIN"
BUILD_RPATH
"
\$
ORIGIN"
INSTALL_RPATH
"
\$
ORIGIN;../../nvidia/nccl/lib/"
)
INSTALL_RPATH
"
\$
ORIGIN;
\$
ORIGIN/
../../nvidia/nccl/lib/"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment