ZCHNO
ZCHNO
Same problem, any suggestions?
I think I know why. Just try `pip uninstall faiss-cpu` and `pip install faiss-gpu`
I tried to fix this by adding the following contents: add ``` find_library(NCCL_LIB NAMES nccl_static PATHS ${PROJECT_SOURCE_DIR}/3rdparty/nccl/build/lib NO_DEFAULT_PATH) if (NCCL_LIB) message(STATUS "Found nccl static lib in " ${PROJECT_SOURCE_DIR}/3rdparty/nccl/build/lib) else() message(STATUS...