Does faiss support for 2080ti?
cluster with 8 2080ti
OS: Ubuntu 18.10
Faiss version: faiss-gpu 1.5.0
Faiss compilation options: conda
Running on:
Interface:
conda install successfully
import faiss successfully
however
run: faiss.get_num_gpus()
got: 0
run: faiss.StandardGpuResources()
got: Traceback (most recent call last):
File "
AttributeError: 'module' object has no attribute 'StandardGpuResources'
@LinXiLuo Would you mind posting the full stacktrace?
Only those Traceback as I post.
No activity, closing.
I also have the same problem. @mdouze why are you closing the issues without giving proper answer.
import faiss
Loading faiss with AVX2 support.
res = faiss.StandardGpuResources()
Traceback (most recent call last):
File "", line 1, in
AttributeError: module 'faiss' has no attribute 'StandardGpuResources'
Most helpful comment
I also have the same problem. @mdouze why are you closing the issues without giving proper answer.