Replies: 1 comment
-
|
Same issue, have you solve this 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I have two GPUs: 0 and 1. When I use


faiss.index_cpu_to_gpus_list(index, gpus=[1])to specify GPU 1, GPU 0 is also used. What is the data on GPU 0? How can I only use GPU 1?Platform
OS: CentOS Linux
Faiss version: 1.7.2
Installed from: pip
Faiss compilation options:
Running on:
Interface:
Reproduction instructions
Beta Was this translation helpful? Give feedback.
All reactions