Skip to content
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

Seg Fault while using in python in version 1.7.1 #2001

Closed
Jyoti1009 opened this issue Jul 27, 2021 · 1 comment
Closed

Seg Fault while using in python in version 1.7.1 #2001

Jyoti1009 opened this issue Jul 27, 2021 · 1 comment

Comments

@Jyoti1009
Copy link

Summary

While running index.search in python code, seg fault occurs. This seems to be an old issue that was solved in 1.4.0 but is occurring again in 1.7.1.

The version 1.7.0 works fine.

Platform

OS: MacOS 10.15.1

Faiss version: 1.7.1

Installed from: pip

Running on: CPU

Interface: Python

Reproduction instructions

index = faiss.IndexFlatL2(d)
index.add(embeds)
k = 50
index.search(query_embedding, k))
@mdouze
Copy link
Contributor

mdouze commented Sep 9, 2021

no activily, closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants