We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When importing the library, it terminates the whole python process with Segmentation fault: 11.
To Reproduce Describe the steps to reproduce the behavior:
import faiss # noqa from sentence_transformers import SentenceTransformer model = SentenceTransformer('all-MiniLM-L6-v2') model.encode(['a'])
Expected behavior Should not terminate the app. faiss is not even used!
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Please attach a log Likely a known issue #73
Sorry, something went wrong.
How can I attach a log? There is no exception, no output, just this one line
Segmentation fault: 11
You would need to use a debugger like lldb to identify what is causing segfault
lldb
@kyamagu I also encountered the same problem, is it solved?
I have the exact same issue, but with faiss-cpu==1.9.0
No branches or pull requests
Describe the bug
When importing the library, it terminates the whole python process with Segmentation fault: 11.
To Reproduce
Describe the steps to reproduce the behavior:
Expected behavior
Should not terminate the app. faiss is not even used!
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: