mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-22 10:35:12 -05:00
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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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)"
|
||||||
|
|||||||
Reference in New Issue
Block a user