Skip to content

Commit

Permalink
Fix typo (Azure#2459)
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-rajora committed Jul 17, 2023
1 parent 846d989 commit 1d3e234
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
" print(\"Found existing cluster, use it.\")\n",
"except ComputeTargetException:\n",
" compute_config = AmlCompute.provisioning_configuration(\n",
" vm_size=\"Standard_NC6s_v3, # CPU for BiLSTM, such as \"STANDARD_D2_V2\"\n",
" vm_size=\"Standard_NC6s_v3\", # CPU for BiLSTM, such as \"STANDARD_D2_V2\"\n",
" # To use BERT (this is recommended for best performance), select a GPU such as \"Standard_NC6s_v3\"\n",
" # or similar GPU option\n",
" # available in your workspace\n",
Expand Down

0 comments on commit 1d3e234

Please sign in to comment.