Closed Pterosaur closed 5 years ago
'OMPI_COMM_WORLD_LOCAL_RANK' is an environment variable in AzureML that is used for multi-node pretraining. If you want to run the code locally, use single-node instructions at https://github.com/microsoft/AzureML-BERT/blob/master/pretrain/PyTorch/notebooks/BERT_Pretrain.ipynb. You may still need to make some changes to get it to work in your local machine though.
Closing this issue for now. @Pterosaur feel free to reopen it if you need additional info.
I have downloaded the training data by following the dataprep and create the Docker environment according to the Dockerfile. But I encounter the following problem when I try to do pretrain:
Did I misunderstand anything?