kennethwdk / LocLLM

Code for "LocLLM: Exploiting Generalizable Human Keypoint Localization via Large Language Model", CVPR 2024 Highlight
MIT License
31 stars 3 forks source link

environment problems #6

Closed zzz-yu closed 2 weeks ago

zzz-yu commented 2 weeks ago

hi,I have encountered some issues about environment configuration。 `RuntimeErrorRuntimeError: : ProcessGroupNCCL is only supported with GPUs, no GPUs found!ProcessGroupNCCL is only supported with GPUs, no GPUs found!

ERROR:torch.distributed.elastic.multiprocessing.api:failed (exitcode: 1) local_rank: 0 (pid: 242781) of binary::`

I followed the configuration you provided and installed CUDA and the corresponding version of Pytorch, but during training or validation, it always reports this errors。 I hope you can reply to me in your free time,Thank you!