Merge pull request #971 from Azure/release_update/Release-51

update samples from Release-51 as a part of  SDK release
This commit is contained in:
Harneet Virk
2020-05-13 22:17:45 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -20,12 +20,12 @@ dependencies:
- pip:
# Required packages for AzureML execution, history, and data preparation.
- azureml-defaults
- azureml-dataprep[pandas]
- azureml-train-automl
- azureml-train
- azureml-widgets
- azureml-pipeline
- pytorch-transformers==1.0.0
- spacy==2.1.8
- pyarrow==0.17.0
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz

View File

@@ -21,11 +21,11 @@ dependencies:
- pip:
# Required packages for AzureML execution, history, and data preparation.
- azureml-defaults
- azureml-dataprep[pandas]
- azureml-train-automl
- azureml-train
- azureml-widgets
- azureml-pipeline
- pytorch-transformers==1.0.0
- spacy==2.1.8
- pyarrow==0.17.0
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz

View File

@@ -335,7 +335,7 @@
" admin_user_ssh_key='<my-sshkey>',\n",
" remote_login_port_public_access='enabled',\n",
" identity_type='UserAssigned',\n",
" identity_id='<user-assigned-identity-id>')\n",
" identity_id=['<resource-id1>'])\n",
" cpu_cluster = ComputeTarget.create(ws, cpu_cluster_name, compute_config)\n",
"\n",
"cpu_cluster.wait_for_completion(show_output=True)"