Skip to content

Commit ff21e00

Browse files
authored
Merge pull request #2355 from Blackmist/misc-fixes3
Misc fixes3
2 parents 2df2e8d + 4717599 commit ff21e00

File tree

2 files changed

+39
-33
lines changed

2 files changed

+39
-33
lines changed

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

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,45 @@ The compute resources you use for your compute targets are attached to a [worksp
3434

3535
As you scale up your training on larger datasets or perform [distributed training](how-to-train-distributed-gpu.md), use Azure Machine Learning compute to create a single- or multi-node cluster that autoscales each time you submit a job. You can also attach your own compute resource, although support for different scenarios might vary.
3636

37-
[!INCLUDE [aml-compute-target-train](includes/aml-compute-target-train.md)]
37+
**Compute targets can be reused from one training job to the next.** For example, after you attach a remote VM to your workspace, you can reuse it for multiple jobs.
38+
:::moniker range="azureml-api-1"
39+
For machine learning pipelines, use the appropriate [pipeline step](/python/api/azureml-pipeline-steps/azureml.pipeline.steps) for each compute target.
40+
:::moniker-end
41+
42+
You can use any of the following resources for a training compute target for most jobs. Not all resources can be used for automated machine learning, machine learning pipelines, or designer. Azure Databricks can be used as a training resource for local runs and machine learning pipelines, but not as a remote target for other training.
43+
44+
:::moniker range="azureml-api-2"
45+
|Training  targets|[Automated machine learning](~/articles/machine-learning/concept-automated-ml.md) | [Machine learning pipelines](~/articles/machine-learning/concept-ml-pipelines.md) | [Azure Machine Learning designer](~/articles/machine-learning/concept-designer.md)
46+
|----|:----:|:----:|:----:|
47+
|[Azure Machine Learning compute cluster](~/articles/machine-learning/how-to-create-attach-compute-cluster.md)| Yes | Yes | Yes |
48+
|[Azure Machine Learning serverless compute](~/articles/machine-learning/how-to-use-serverless-compute.md)| Yes | Yes | Yes |
49+
|[Azure Machine Learning compute instance](~/articles/machine-learning/how-to-create-compute-instance.md) | Yes (through SDK) | Yes | Yes |
50+
|[Azure Machine Learning Kubernetes](~/articles/machine-learning/how-to-attach-kubernetes-anywhere.md) | | Yes | Yes |
51+
|[Remote VM](~/articles/machine-learning/v1/how-to-train-model.md#remote-virtual-machines) | Yes | Yes |   |
52+
|[Apache Spark pools (preview)](~/articles/machine-learning/how-to-manage-synapse-spark-pool.md)| Yes (SDK local mode only) | Yes |   |
53+
|[Azure Databricks](~/articles/machine-learning/how-to-create-attach-compute-studio.md#other-compute-targets) | Yes (SDK local mode only) | Yes |   |
54+
|[Azure Data Lake Analytics](~/articles/machine-learning/how-to-create-attach-compute-studio.md#other-compute-targets) |   | Yes |   |
55+
|[Azure HDInsight](~/articles/machine-learning/how-to-create-attach-compute-studio.md#other-compute-targets) |   | Yes |   |
56+
|[Azure Batch](~/articles/machine-learning/how-to-create-attach-compute-studio.md#other-compute-targets) |   | Yes |   |
57+
:::moniker-end
58+
:::moniker range="azureml-api-1"
59+
|Training  targets|[Automated machine learning](~/articles/machine-learning/concept-automated-ml.md) | [Machine learning pipelines](~/articles/machine-learning/concept-ml-pipelines.md) | [Azure Machine Learning designer](~/articles/machine-learning/concept-designer.md)
60+
|----|:----:|:----:|:----:|
61+
|[Local computer](~/articles/machine-learning/v1/how-to-train-model.md#local-computer)| Yes |   |   |
62+
|[Azure Machine Learning compute cluster](~/articles/machine-learning/how-to-create-attach-compute-cluster.md)| Yes | Yes | Yes |
63+
|[Azure Machine Learning compute instance](~/articles/machine-learning/how-to-create-compute-instance.md) | Yes (through SDK) | Yes | Yes |
64+
|[Azure Machine Learning Kubernetes](~/articles/machine-learning/v1/how-to-create-attach-kubernetes.md) | | Yes | Yes |
65+
|[Remote VM](~/articles/machine-learning/v1/how-to-train-model.md#remote-virtual-machines) | Yes | Yes |   |
66+
|[Apache Spark pools (preview)](~/articles/machine-learning/v1/how-to-train-model.md#synapse)| Yes (SDK local mode only) | Yes |   |
67+
|[Azure Databricks](~/articles/machine-learning/v1/how-to-train-model.md#azure-databricks)| Yes (SDK local mode only) | Yes |   |
68+
|[Azure Data Lake Analytics](~/articles/machine-learning/v1/how-to-train-model.md#azure-data-lake-analytics) |   | Yes |   |
69+
|[Azure HDInsight](~/articles/machine-learning/v1/how-to-train-model.md#azure-hdinsight) |   | Yes |   |
70+
|[Azure Batch](~/articles/machine-learning/v1/how-to-train-model.md#azbatch) |   | Yes |   |
71+
:::moniker-end
72+
73+
> [!TIP]
74+
> The compute instance has 120GB OS disk. If you run out of disk space, [use the terminal](~/articles/machine-learning/how-to-access-terminal.md) to clear at least 1-2 GB before you [stop or restart](~/articles/machine-learning/how-to-manage-compute-instance.md#manage) the compute instance.
75+
3876

3977
## Compute targets for inference
4078

articles/machine-learning/includes/aml-compute-target-train.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)