Grounded-Segment-Anything icon indicating copy to clipboard operation
Grounded-Segment-Anything copied to clipboard

installation error

Open pedrozamboni opened this issue 2 years ago • 2 comments

Hi,

I'm getting this error message during installation:

UserWarning: The detected CUDA version (11.5) has a minor version mismatch with the version that was used to compile PyTorch (11.7). Most likely this shouldn't be a problem. warnings.warn(CUDA_MISMATCH_WARN.format(cuda_str_version, torch.version.cuda)) error: command '/usr/bin/nvcc' failed with exit code 1 [end of output]

Could you give some tips to fix this issue?

pedrozamboni avatar Apr 18 '23 00:04 pedrozamboni

It seems like your CUDA version is not matched with PyTorch version, you should check them first~

rentainhe avatar Apr 18 '23 02:04 rentainhe

Your pytorch supports version 11.7, mostly you have latest pytorch version, try to install cuda toolkit version 11.7
here's the link for the same

TestPrab avatar Apr 18 '23 10:04 TestPrab