79620941

Date: 2025-05-14 07:35:07
Score: 1
Natty:
Report link

I found the root cause. It is certainly numpy version issue. After I installed faiss using the pip install conda install -c pytorch faiss-cpu , the numpy version is overwritten to 1.26.4. Uninstall numpy and install again to get numpy 2.2.5 and use conda install faiss-cpu to install faiss, all issues are resolved.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: TripleH