Skip to content

Commit ec6fd04

Browse files
committed
fix blocking and non-blocking issues
1 parent 954027f commit ec6fd04

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

articles/machine-learning/concept-compute-target.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Learn [where and how to deploy your model to a compute target](how-to-deploy-and
4242
<a name="amlcompute"></a>
4343
## Azure Machine Learning compute (managed)
4444

45-
A managed compute resource is created and managed by Azure Machine Learning. This compute is optimized for machine learning workloads. Azure Machine Learning compute clusters and [compute instances](concept-compute-instance.md) are the only managed computes. Additional managed compute resources may be added in the future.
45+
A managed compute resource is created and managed by Azure Machine Learning. This compute is optimized for machine learning workloads. Azure Machine Learning compute clusters and [compute instances](concept-compute-instance.md) are the only managed computes.
4646

4747
You can create Azure Machine Learning compute instances or compute clusters from:
4848
* [Azure Machine Learning studio](how-to-create-attach-compute-studio.md)

articles/machine-learning/how-to-configure-environment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ When you're using a local computer (which might also be a remote virtual machine
151151
152152
This example creates an environment using python 3.7.7, but any specific subversions can be chosen. SDK compatibility may not be guaranteed with certain major versions (3.5+ is recommended), and it's recommended to try a different version/subversion in your Anaconda environment if you run into errors. It will take several minutes to create the environment while components and packages are downloaded.
153153
154-
1. Run the following commands in your new environment to enable environment-specific IPython kernels. This will ensure expected kernel and package import behavior when working with Jupyter Notebooks within Anaconda environments:
154+
1. Run the following commands in your new environment to enable environment-specific I Python kernels. This will ensure expected kernel and package import behavior when working with Jupyter Notebooks within Anaconda environments:
155155
156156
```bash
157157
conda install notebook ipykernel
@@ -301,10 +301,10 @@ Once the cluster is running, [create a library](https://docs.databricks.com/user
301301
|SDK&nbsp;package&nbsp;extras|Source|PyPi&nbsp;Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|
302302
|----|---|---|
303303
|For Databricks| Upload Python Egg or PyPI | azureml-sdk[databricks]|
304-
|For Databricks -with-<br> automated ML capabilities| Upload Python Egg or PyPI | azureml-sdk[automl]|
304+
|For Databricks -with-<br> automated ML capabilities| Upload Python Egg or PyPI | `azureml-sdk[automl]`|
305305
306306
> [!Warning]
307-
> No other SDK extras can be installed. Choose only one of the preceding options [databricks] or [automl].
307+
> No other SDK extras can be installed. Choose only one of the preceding options [`databricks`] or [`automl`].
308308
309309
* Do not select **Attach automatically to all clusters**.
310310
* Select **Attach** next to your cluster name.

articles/machine-learning/how-to-create-attach-compute-studio.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To see all compute targets for your workspace, use the following steps:
4141

4242
1. Select tabs at the top to show each type of compute target.
4343

44-
:::image type="content" source="media/how-to-create-attach-studio/view-compute-targets.png" alt-text="View list of compute targets":::
44+
:::image type="content" source="media/how-to-create-attach-studio/view-compute-targets.png" alt-text="View list of compute targets":::
4545

4646
## <a id="portal-create"></a>Create compute target
4747

@@ -51,11 +51,11 @@ Follow the previous steps to view the list of compute targets. Then use these st
5151

5252
1. If you have no compute targets, select **Create** in the middle of the page.
5353

54-
::image type="content" source="media/how-to-create-attach-studio/create-compute-target.png" alt-text="Create compute target":::
54+
:::image type="content" source="media/how-to-create-attach-studio/create-compute-target.png" alt-text="Create compute target":::
5555

5656
1. If you see a list of compute resources, select **+New** above the list.
5757

58-
:::image type="content" source="media/how-to-create-attach-studio/select-new.png" alt-text="Select new":::
58+
:::image type="content" source="media/how-to-create-attach-studio/select-new.png" alt-text="Select new":::
5959

6060

6161
1. Fill out the form for your compute type:
@@ -69,7 +69,7 @@ Follow the previous steps to view the list of compute targets. Then use these st
6969

7070
1. View the status of the create operation by selecting the compute target from the list:
7171

72-
:::image type="content" source="media/how-to-create-attach-studio/view-list.png" alt-text="View compute status from a list":::
72+
:::image type="content" source="media/how-to-create-attach-studio/view-list.png" alt-text="View compute status from a list":::
7373

7474

7575
### Compute instance
@@ -96,7 +96,7 @@ Create a single or multi node compute cluster for your training, batch inferenci
9696
|---------|---------|
9797
|Compute name | <li>Name is required and must be between 3 to 24 characters long.</li><li>Valid characters are upper and lower case letters, digits, and the **-** character.</li><li>Name must start with a letter</li><li>Name needs to be unique across all existing computes within an Azure region. You will see an alert if the name you choose is not unique</li><li>If **-** character is used, then it needs to be followed by at least one letter later in the name</li> |
9898
|Virtual machine type | Choose CPU or GPU. This type cannot be changed after creation |
99-
|Virtual machine priority | Choose **Dedicated** or **Low priority**. Low priority virtual machines are cheaper but don't guarantee the compute nodes. Your job may be pre-empted.
99+
|Virtual machine priority | Choose **Dedicated** or **Low priority**. Low priority virtual machines are cheaper but don't guarantee the compute nodes. Your job may be preempted.
100100
|Virtual machine size | Supported virtual machine sizes might be restricted in your region. Check the [availability list](https://azure.microsoft.com/global-infrastructure/services/?products=virtual-machines) |
101101
|Minimum number of nodes | Minimum number of nodes that you want to provision. If you want a dedicated number of nodes, set that count here. Save money by setting the minimum to 0, so you won't pay for any nodes when the cluster is idle. |
102102
|Maximum number of nodes | Maximum number of nodes that you want to provision. The compute will autoscale to a maximum of this node count when a job is submitted. |

articles/machine-learning/how-to-create-your-first-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ output_data1 = PipelineData(
108108
## Set up a compute target
109109

110110

111-
In Azure Machine Learning, the term __compute__ (or __compute target__) refers to the machines or clusters that perform the computational steps in your machine learning pipeline. See [compute targets for model training](concept-compute-target.md#train)for a full list of compute targets and [Create compute targets](how-to-create-attach-compute-sdk.md) for how to create and attach them to your workspace. The process for creating and or attaching a compute target is the same whether you are training a model or running a pipeline step. After you create and attach your compute target, use the `ComputeTarget` object in your [pipeline step](#steps).
111+
In Azure Machine Learning, the term __compute__ (or __compute target__) refers to the machines or clusters that perform the computational steps in your machine learning pipeline. See [compute targets for model training](concept-compute-target.md#train) for a full list of compute targets and [Create compute targets](how-to-create-attach-compute-sdk.md) for how to create and attach them to your workspace. The process for creating and or attaching a compute target is the same whether you are training a model or running a pipeline step. After you create and attach your compute target, use the `ComputeTarget` object in your [pipeline step](#steps).
112112

113113
> [!IMPORTANT]
114114
> Performing management operations on compute targets is not supported from inside remote jobs. Since machine learning pipelines are submitted as a remote job, do not use management operations on compute targets from inside the pipeline.

0 commit comments

Comments
 (0)