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: - pip:
# Required packages for AzureML execution, history, and data preparation. # Required packages for AzureML execution, history, and data preparation.
- azureml-defaults - azureml-defaults
- azureml-dataprep[pandas]
- azureml-train-automl - azureml-train-automl
- azureml-train - azureml-train
- azureml-widgets - azureml-widgets
- azureml-pipeline - azureml-pipeline
- pytorch-transformers==1.0.0 - pytorch-transformers==1.0.0
- spacy==2.1.8 - spacy==2.1.8
- pyarrow==0.17.0
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz - https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz

View File

@@ -21,11 +21,11 @@ dependencies:
- pip: - pip:
# Required packages for AzureML execution, history, and data preparation. # Required packages for AzureML execution, history, and data preparation.
- azureml-defaults - azureml-defaults
- azureml-dataprep[pandas]
- azureml-train-automl - azureml-train-automl
- azureml-train - azureml-train
- azureml-widgets - azureml-widgets
- azureml-pipeline - azureml-pipeline
- pytorch-transformers==1.0.0 - pytorch-transformers==1.0.0
- spacy==2.1.8 - spacy==2.1.8
- pyarrow==0.17.0
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz - 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", " admin_user_ssh_key='<my-sshkey>',\n",
" remote_login_port_public_access='enabled',\n", " remote_login_port_public_access='enabled',\n",
" identity_type='UserAssigned',\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", " cpu_cluster = ComputeTarget.create(ws, cpu_cluster_name, compute_config)\n",
"\n", "\n",
"cpu_cluster.wait_for_completion(show_output=True)" "cpu_cluster.wait_for_completion(show_output=True)"