pankajsingh88

Results 4 comments of pankajsingh88

Hi apiispanen@! A couple of things: * Faiss should be installed via conda as per official faiss install [instructions](https://github.com/facebookresearch/faiss/blob/main/INSTALL.md). Please use conda instead of pip to install faiss specifically. *...

can you elaborate more on where you're seeing the memory leak inside of faiss? In the above example, I don't a reason why faiss will behave differently on running on...

Hi Museum7432! I don't have access to the colab link so can't check your setup. As such do note that FAISS uses OpenMP internally for cpu parallelization and hence is...

Thanks for your code pointer link! Can you point me to the code location in faiss where you see the queries being iterated? While I follow the index copy part...