krrish94 / chamferdist

Pytorch package to compute Chamfer distance between point sets (pointclouds).
Other
290 stars 50 forks source link

CUDA version (11.8) mismatches #26

Closed juanfraherrero closed 4 months ago

juanfraherrero commented 4 months ago

Hi, trying to install it.

But """ The detected CUDA version (11.8) mismatches the version that was used to compile PyTorch (12.1). Please make sure to use the same CUDA versions """

I canot change to newer version of CUDA toolkit.

Is there a way to compile the source with this CUDA version?

Thanks in advance to who answer!!!

juanfraherrero commented 4 months ago

Have to upgrade CUDA or downgrade pytorch manuallly I found same pytorch version but compile with cuda 11.8.

https://pytorch.org/get-started/previous-versions/

I can't delete the issue. Sorry!