Replies: 1 comment 1 reply
-
It reads like you are creating a new |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Faiss-GPU, and my project occasionally encounters the error
Faiss assertion 'allocs_.count(device) == 0' failed in virtual void faiss::gpu::StandardGpuResourcesImpl::initializeForDevice(int) at /xx/xx/faiss/gpu/StandardGpuResources.cpp:347
after running normally for some time. This causes the service to stop.Below is the code in my project for using GPU search:
This service is a web service. Could the error be caused by concurrency issues leading to a failure in
StandardGpuResources()
? Please give me some possible reasons so I can investigate, such as CUDA version, Faiss version, or other factors?faiss-gpu version: v1.7.4
Beta Was this translation helpful? Give feedback.
All reactions