faiss-wheels icon indicating copy to clipboard operation
faiss-wheels copied to clipboard

Unofficial faiss wheel builder

Results 14 faiss-wheels issues
Sort by recently updated
recently updated
newest added

The CUDA 11.0 build in #56 bloats the wheel package size from 85.5 MB to 216.5 MB. Needs to investigate file size reduction.

enhancement

Hi, With faiss-cpu on linux I get an error: ``` Traceback: env/lib/python3.6/site-packages/faiss/loader.py:31: in from .swigfaiss_avx2 import * E ModuleNotFoundError: No module named 'faiss.swigfaiss_avx2' During handling of the above exception, another...

Hello, I am getting this error on windows 10 with python 3.9, faiss 1.7.2 after importing faiss. Same happens with conda-forge version.

Problem --------- On aarch64, ‘pip install faiss-gpu’ builds the wheels from source code and gives the below error- ``` ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u...

### [Work in progress] Proposed changes: - Enable AVX2 support for Linux and Mac OS X platforms. - Change build and runtime dependencies to MKL and Intel OpenMP to improve...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Describe the steps to reproduce the behavior:Collecting faiss-cpu Using cached faiss-cpu-1.7.4.tar.gz (57 kB) Installing build...

bug

**Describe the bug** faiss may crash when there is another imported package that depends on `libomp`. **To Reproduce** Import a package that depends on OpenMP on macOS, then import `faiss-cpu`...

bug

**Describe the bug** FAISS has different wheels for arm64 chips & Intel/AMD chips. If you vectorise a document using arm64, you should use FAISS to interact with this document on...

bug

**Describe the bug** Requested faiss-cpu from https://files.pythonhosted.org/packages/7d/00/b3aaad408a44e4f5d87ebfcd75d0b14eeaed9fe9bc7a9f5e185ff1d503d6/faiss-gpu-1.6.4.post2.tar.gz has inconsistent name: expected 'faiss-gpu', but metadata has 'faiss-cpu' **To Reproduce** Describe the steps to reproduce the behavior: pip install faiss-gpu **Desktop (please...

bug

Hi, could you please update the python pip package with the changes in PR #2848 ? https://github.com/facebookresearch/faiss/issues/2843 https://github.com/facebookresearch/faiss/pull/2848 https://github.com/facebookresearch/faiss/issues/2988

enhancement