-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: allow building simsearch along with tensorrt + disable python in faiss #1367
base: master
Are you sure you want to change the base?
Conversation
@@ -349,7 +349,7 @@ if (USE_CAFFE OR USE_TORCH) | |||
set(FAISS_INCLUDE_DIR ${CMAKE_BINARY_DIR}/faiss/src/faiss) | |||
include_directories("${FAISS_INCLUDE_DIR}") | |||
set(FAISS_LIB_DIR ${CMAKE_BINARY_DIR}/faiss/src/faiss/build/faiss) | |||
set(FAISS_LIB_DEPS openblas faiss) | |||
set(FAISS_LIB_DEPS openblas faiss lmdb) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this related to #1369?
This pull request is now in conflict :( |
This pull request is now in conflict :( |
This pull request is now in conflict :( |
This pull request is now in conflict :( |
This pull request is now in conflict :( |
This pull request is now in conflict :( |
This pull request is now in conflict :( |
No description provided.