Grounded-Segment-Anything
Grounded-Segment-Anything copied to clipboard
installation error
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?
It seems like your CUDA version is not matched with PyTorch version, you should check them first~
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