Skip to content

Commit 69036f7

Browse files
committed
fixes
1 parent 2a65cf0 commit 69036f7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/machine-learning/how-to-azure-container-for-pytorch-environment.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: How to create Azure Container for PyTorch Custom Curated Environment
2+
title: How to create Azure Container for PyTorch Custom Curated environment
33
titleSuffix: Azure Machine Learning
4-
description: Create custom curated Azure Container for PyTorch Environments in Azure Machine Learning studio to run your machine learning models and reuse it in different scenarios.
4+
description: Create custom curated Azure Container for PyTorch environments in Azure Machine Learning studio to run your machine learning models and reuse it in different scenarios.
55
services: machine-learning
66
author: sheetalarkadam
77
ms.author: parinitarahi
@@ -12,7 +12,7 @@ ms.topic: how-to
1212
ms.date: 03/20/2023
1313
---
1414

15-
# Create custom curated Azure Container for PyTorch (ACPT) Environments in Azure Machine Learning studio
15+
# Create custom curated Azure Container for PyTorch (ACPT) environments in Azure Machine Learning studio
1616

1717
If you're looking to extend curated environment and add Hugging Face (HF) transformers or datasets or any other external packages to be installed, Azure Machine Learning offers to create a new env with docker context containing ACPT curated environment as base image and additional packages on top of it as below.
1818

@@ -66,7 +66,7 @@ That's it! You've now created a custom environment in Azure Machine Learning stu
6666
## Next steps
6767

6868
- Learn more about environment objects:
69-
- [What are Azure Machine Learning Environments? ](concept-environments.md).
69+
- [What are Azure Machine Learning environments? ](concept-environments.md).
7070
- Learn more about [curated environments](concept-environments.md).
71-
- Learn more about [training models in Azure Machine learning](concept-train-machine-learning-model.md).
71+
- Learn more about [training models in Azure Machine Learning](concept-train-machine-learning-model.md).
7272
- [Azure Container for PyTorch (ACPT) reference](resource-azure-container-for-pytorch.md)

articles/machine-learning/how-to-train-distributed-gpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Azure Machine Learning will set the `MASTER_ADDR`, `MASTER_PORT`, `WORLD_SIZE`,
121121

122122
## DeepSpeed
123123

124-
[DeepSpeed](https://www.deepspeed.ai/tutorials/azure/) is supported as a first-class citizen within Azure Machine Learning to run distributed jobs with near linear scalabibility in terms of 
124+
[DeepSpeed](https://www.deepspeed.ai/tutorials/azure/) is supported as a first-class citizen within Azure Machine Learning to run distributed jobs with near linear scalability in terms of 
125125

126126
* Increase in model size
127127
* Increase in number of GPUs

0 commit comments

Comments
 (0)