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

What exactly is faiss-gpu on Pypi? #1101

Closed
bricksdont opened this issue Feb 5, 2020 · 3 comments
Closed

What exactly is faiss-gpu on Pypi? #1101

bricksdont opened this issue Feb 5, 2020 · 3 comments
Labels

Comments

@bricksdont
Copy link

bricksdont commented Feb 5, 2020

I succesfully installed the faiss-cpu package from Pypi:

pip install faiss-cpu

Then I noticed that there is also faiss-gpu:

https://pypi.org/project/faiss-gpu/

But what exactly is in this package? Building from source (https://github.com/facebookresearch/faiss/blob/master/INSTALL.md) requires specifying a particular version of CUDA. Which version of CUDA does this package expect?

In case this package is not built with CUDA, follow-up question: what is the purpose of the package?

@bricksdont
Copy link
Author

@kyamagu

@mdouze mdouze added the install label Feb 5, 2020
@kyamagu
Copy link
Contributor

kyamagu commented Feb 6, 2020

@bricksdont faiss-cpu and faiss-gpu on pypi are unofficially built wheels. You can check how they are built in this repo.

c.f. #170

@bricksdont
Copy link
Author

Thanks! Closing.

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

No branches or pull requests

3 participants