Open xcwanAndy opened 2 years ago
Hi @xcwanAndy, I've come across the same problem. My investigation has shown that the error appears when Quiver is not built properly - the torch_quiver
extension module lacks cuda versions of functions. It might happen when cuda is not available during the package installation due to the way the installer figures out whether to build them (code).
I am not that experienced, but it seems to be a bug for me to rely on the torch notion of cuda availability during deps installation.
@prenc Hi Prenc, thanks for your explanation. However, I simply use pip3 install
to install quiver and cuda has already been deployed in my server. Hence, there shouldn't be any issue I suppose.
same as me, it happens on env from https://github.com/quiver-team/torch-quiver/blob/main/docker/Dockerfile
same as me, it happens on env from https://github.com/quiver-team/torch-quiver/blob/main/docker/Dockerfile
I figure it out, because I use a A100 GPU. compiled codes cannot run at A100. I change to V100 and run successfully.
Hi, I found an error when using torch-quiver==0.1.1 and tried to run example.
The error is
Is there any suggestion for it?