Replies: 1 comment
-
I confirmed there is no change by using |
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
-
I'm trying to run this example here:
https://github.com/facebookresearch/faiss/wiki/Indexes-that-do-not-fit-in-RAM
Using this code:
https://github.com/facebookresearch/faiss/blob/main/demos/demo_client_server_ivf.py
Do I need to have something inside /tmp or the sift1M directory before starting?
Specifically, this command to train the index.
for st in {5..8}; do python demo_client_server_ivf.py $st & done
(I changed&
to semicolon, I think this is a typo?)I get this result:
My requirements.txt looks like this. Should I be using faiss-gpu?
Beta Was this translation helpful? Give feedback.
All reactions