mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-19 17:17:04 -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:
|
||||
# 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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user