IndexPQFastScan train under WSL2 was slow #4713
Unanswered
solomonwzs
asked this question in
Q&A
Replies: 1 comment
-
|
We don't officially support WSL2 but converting to discussion if others have the same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using Faiss (v 1.12.0) on Windows 11 + WSL2. Faiss was built from source with
cmake -DFAISS_ENABLE_GPU=OFF \ -DBUILD_TESTING=OFF \ -DFAISS_ENABLE_PYTHON=ON \ -DCMAKE_BUILD_TYPE=Release \ -DFAISS_OPT_LEVEL=avx2 \ -DCMAKE_INSTALL_PREFIX=/usr \ .. makeIn C++ I create the index by
When the description is
IVF1024,PQ32the process uses 100 % CPU and training finishes quickly.With
IVF1024,PQ32x4fs, however, CPU utilisation stays low and training becomes extremely slow.The same code running on a native Linux machine does not show this behaviour.
How can I fix this?
Beta Was this translation helpful? Give feedback.
All reactions