faiss
faiss copied to clipboard
Even after support of nbits>8 for IVFPQ, it is still showing error
Summary
Platform
OS:
Faiss version: 1.7.2
Installed from: conda
Faiss compilation options:
Running on:
- [X] CPU
- [ ] GPU
Interface:
- [ ] C++
- [X] Python
Reproduction instructions
As stated in one of the older issue #1028, there is support for nbits>8 in IVFPQ but when I am trying to create the index object with nbits=12, I am getting error: Error: 'nbits_per_idx <= 8' failed.