microsoft / CodeBERT

CodeBERT
MIT License
2.19k stars 450 forks source link

CodeReviewer Finetune Script Fails #317

Open ali-tunahan opened 5 months ago

ali-tunahan commented 5 months ago

In the current version of pytorch and python the ref-finetune bash script of CodeReviewer fails to run. Any insight into what version was used to run the script or how to solve the issue? I faced issues with local-rank, local_rank not being recognized. Also, from torch._C._distributed_c10d import ProcessGroupNCCL fails to import.