Skip to content

Commit

Permalink
Upgrade pytorch 1.13 to 2.2 (#3350)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-shepherd authored Aug 15, 2024
1 parent cc8649b commit 07a31fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cli/jobs/single-step/pytorch/cifar-distributed/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
cifar:
type: uri_folder
path: azureml:cifar-10-example@latest
environment: azureml:AzureML-acpt-pytorch-1.13-cuda11.7@latest
environment: azureml:AzureML-acpt-pytorch-2.2-cuda12.1@latest
compute: azureml:gpu-cluster
distribution:
type: pytorch
Expand Down
2 changes: 1 addition & 1 deletion cli/jobs/single-step/pytorch/word-language-model/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:
corpus:
path: data
mode: download
environment: azureml:AzureML-acpt-pytorch-1.13-cuda11.7@latest
environment: azureml:AzureML-acpt-pytorch-2.2-cuda12.1@latest
compute: azureml:gpu-cluster
display_name: pytorch-word-language-model-example
experiment_name: pytorch-word-language-model-example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
},
"outputs": [],
"source": [
"curated_env_name = \"AzureML-acpt-pytorch-1.13-cuda11.7@latest\""
"curated_env_name = \"AzureML-acpt-pytorch-2.2-cuda12.1@latest\""
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
" # \"register_model_as\": \"places_dev\",\n",
" \"enable_profiling\": False,\n",
" },\n",
" environment=\"AzureML-acpt-pytorch-1.13-cuda11.7@latest\",\n",
" environment=\"AzureML-acpt-pytorch-2.2-cuda12.1@latest\",\n",
" compute=\"gpu-cluster\"\n",
" if (gpu_cluster)\n",
" else None, # No compute needs to be passed to use serverless\n",
Expand Down

0 comments on commit 07a31fc

Please sign in to comment.