Closed TimKoornstra closed 3 months ago
Thanks for the detailed report.
I think this might be a case of Torch not properly relesing the lock, or thinking it's built the extension, but trying to load it partially.
Would you be able to retry after deleting the torch extensions cache? If you're on linux, have never set a TORCH_HOME
env variable and have no other torch CPP extensions you care about, rm -rf ~/.cache/torch_extensions/*
should do the trick.
Thanks for the reply, that seemed to have worked!
My
RAG.search
andRAG.index
are seemingly stuck on loading the packbits_cpp extension. I had it working before with the same index and creating now ones, but then I think my nvidia driver updated, and now it's stuck here. If I interrupt my kernel, I see that Torch baton is blocking:My pip freeze (after clean install):
I'm running Nvidia driver version
535.183.06
and CUDA version12.2
on ubuntu 22.04Thank you for your help!