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 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?
This discussion was converted from issue #2863 on June 30, 2024 21:50.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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