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

faiss not functioning correctly #114

Open
sdake opened this issue Oct 15, 2023 · 5 comments
Open

faiss not functioning correctly #114

sdake opened this issue Oct 15, 2023 · 5 comments
Assignees

Comments

@sdake
Copy link
Member

sdake commented Oct 15, 2023

Unfortunately, building faiss has been a major challenge.

There are several problems:

  • cuda 12.2.2 not used
  • setup.py during wheel generation does not include python callbacks shared object
  • ld.so cache config files are not created for faiss or mkl
  • intel mkl is not exported as a tarball
  • faiss is not exported as a tarball.

The net result is that when having to do anything new, faiss must be rebuilt, for the 150th time.

Whisky tango foxtrot.

@sdake
Copy link
Member Author

sdake commented Oct 15, 2023

Related issue: facebookresearch/faiss#2062

@sdake
Copy link
Member Author

sdake commented Oct 15, 2023

Root cause: facebookresearch/faiss#2063 (comment)

@sdake
Copy link
Member Author

sdake commented Oct 16, 2023

I came across this Dockerfile which has been removed in main. This is nice in that it doesn't include a boatload of dependencies, as in its a good reference. https://github.com/facebookresearch/faiss/blob/1.7.3_release/Dockerfile

@sdake
Copy link
Member Author

sdake commented Oct 16, 2023

@sdake
Copy link
Member Author

sdake commented Oct 16, 2023

Intel Math Kernel Library Linking considerations.

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

No branches or pull requests

3 participants