Does faiss index on gpu error out for anyone else? #4195
-
When trying to use the dataset indexing on a GPU, it fails below. I have
If I don't specify a device it works on the cpu. Could this relate to the fact that faiss isn't imported inside datasets/src/datasets/search.py Line 305 in b564af7 If I add the import, the error goes away. |
Beta Was this translation helpful? Give feedback.
Answered by
alvarobartt
May 26, 2022
Replies: 1 comment 2 replies
-
Hi @ssharpe42 this was just solved in 🤗 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ssharpe42
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ssharpe42 this was just solved in 🤗
datasets==2.2.0
available at 2.2.0.More information at #4287 and PR at #4288