File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
pretrain/PyTorch/notebooks Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 264264 " # Define the project folder\n " ,
265265 " project_folder = '..' # This is to allow the libraries stored under pytorch/ to be loaded\n " ,
266266 " \n " ,
267- " ## !!!! update the following values before proceeding !!!!\n " ,
268- " image_name = '<image name goes here>'\n " ,
269- " image_registry_details = ContainerRegistry()\n " ,
270- " image_registry_details.address = \" <acr name goe shere>.azurecr.io\"\n " ,
271- " image_registry_details.username = \" <acr user name goes here>\"\n " ,
272- " image_registry_details.password = \" <acr user password goes here>\"\n " ,
267+ " ## Using a public image published on Azure.\n " ,
268+ " image_name = 'mcr.microsoft.com/azureml/bert:pretrain-openmpi3.1.2-cuda10.0-cudnn7-ubuntu16.04'\n " ,
273269 " \n " ,
274270 " # Using MPI to execute a distributed run\n " ,
275271 " mpi = MpiConfiguration()\n " ,
289285 " #Docker image\n " ,
290286 " use_docker=True,\n " ,
291287 " custom_docker_image=image_name,\n " ,
292- " image_registry_details=image_registry_details,\n " ,
293288 " user_managed=True,\n " ,
294289 " \n " ,
295290 " # Training script parameters\n " ,
You can’t perform that action at this time.
0 commit comments