-
-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
faiss-gpu Wont install requirements #45
Comments
open the |
This is my contents of my requirments.txt requests tensorflow >= 2.0 -- For other future modelsflax -- For other future modelspytest-playwright |
replace faiss-gpu with faiss-cpu in your requirements.txt file. |
Thanks. that seems to be installing now. However, i do have a gpu installed so not sure why this has happened. Will it cause any performance issue using CPU instead ? |
Yes faiss-gpu uses your gpu to do the calculations so it's more performant. If the problem is resolved pls close the Issue ❤ |
|
No branch to pull request |
@Amazonprimeo1 use main branch . but make you have dowload the last version of repository and add good quality documentation for pull |
WARNING: Generating metadata for package faiss-gpu produced metadata for project name faiss-cpu. Fix your #egg=faiss-gpu fragments.
Discarding https://files.pythonhosted.org/packages/17/76/47d0cc8161f4bf988583a2839bb1e56baf09d6b80cfa472b9eba4d5f543b/faiss-gpu-1.7.1.post2.tar.gz (from https://pypi.org/simple/faiss-gpu/): Requested faiss-cpu from https://files.pythonhosted.org/packages/17/76/47d0cc8161f4bf988583a2839bb1e56baf09d6b80cfa472b9eba4d5f543b/faiss-gpu-1.7.1.post2.tar.gz (from -r requirements.txt (line 11)) has inconsistent name: expected 'faiss-gpu', but metadata has 'faiss-cpu'
The text was updated successfully, but these errors were encountered: