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
08252a83
Unverified
Commit
08252a83
authored
Jul 05, 2023
by
Li Zhang
Committed by
GitHub
Jul 05, 2023
Browse files
fix build w/o python ffi (#64)
parent
9d7cd629
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
CMakeLists.txt
CMakeLists.txt
+3
-1
No files found.
CMakeLists.txt
View file @
08252a83
...
@@ -390,7 +390,9 @@ install(
...
@@ -390,7 +390,9 @@ install(
)
)
# install python api
# install python api
install
(
TARGETS _turbomind DESTINATION
${
CMAKE_SOURCE_DIR
}
/lmdeploy/lib
)
if
(
BUILD_PY_FFI
)
install
(
TARGETS _turbomind DESTINATION
${
CMAKE_SOURCE_DIR
}
/lmdeploy/lib
)
endif
()
install
(
TARGETS TransformerTritonBackend DESTINATION
${
CMAKE_SOURCE_DIR
}
/lmdeploy/lib
)
install
(
TARGETS TransformerTritonBackend DESTINATION
${
CMAKE_SOURCE_DIR
}
/lmdeploy/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