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
I have been using faiss-cpu for several months since I don't need faster calculation for vector similarity searching. However, after upgrading FAISS-CPU from version 1.8.0 to 1.10.0 today, I encountered an error when loading faiss:
'Failed to load GPU Faiss: name 'GpuIndexIVFFlat' is not defined. Will not load constructor refs for GPU indexes.' error in FAISS-CPU'
I tried uninstalling and reinstalling faiss-cpu, but the error persists.
Could you please help me resolve this problem?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I have been using faiss-cpu for several months since I don't need faster calculation for vector similarity searching. However, after upgrading FAISS-CPU from version 1.8.0 to 1.10.0 today, I encountered an error when loading faiss:
'Failed to load GPU Faiss: name 'GpuIndexIVFFlat' is not defined. Will not load constructor refs for GPU indexes.' error in FAISS-CPU'
I tried uninstalling and reinstalling faiss-cpu, but the error persists.
Could you please help me resolve this problem?
Thank you.
The text was updated successfully, but these errors were encountered: