You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @sniklaus, is this the error message that you're getting?
RuntimeError:Error in virtual void faiss::Index::add_with_ids(faiss::idx_t, const float *, const faiss::idx_t *) at fbcode/faiss/Index.cpp:45: add_with_ids not implemented for this type of index
Summary
add_with_ids
fails on GPU but works after moving the index to the CPU, is this expected? Thank you in advance!Platform
OS:
nvidia/cuda:12.1.1-devel-ubuntu22.04
Faiss version:
1.8.0
/py3.11_hedc54c9_0_cuda11.4.4
Installed from:
conda install -c pytorch -c nvidia faiss-gpu -y
Faiss compilation options:
N/A
Running on:
Interface:
Reproduction instructions
The text was updated successfully, but these errors were encountered: