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 tried to compile with the vector DB option by setting -DWITH_FB_VECTORDB=1 in cmake.
However, I encountered the "undefined reference to `sgemm_'" error when compiling the faiss library. I was using OpenBlas and this issue seemed to be missing link to Lapack library. Anyone knows how to fix this?
The text was updated successfully, but these errors were encountered:
I tried to compile with the vector DB option by setting -DWITH_FB_VECTORDB=1 in cmake.
However, I encountered the "undefined reference to `sgemm_'" error when compiling the faiss library. I was using OpenBlas and this issue seemed to be missing link to Lapack library. Anyone knows how to fix this?
The text was updated successfully, but these errors were encountered: