faiss icon indicating copy to clipboard operation
faiss copied to clipboard

Even after support of nbits>8 for IVFPQ, it is still showing error

Open rajharshiitb opened this issue 2 years ago • 0 comments

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.

rajharshiitb avatar May 28 '22 20:05 rajharshiitb