Skip to content

Commit c832918

Browse files
Merge pull request pytorch#502 from shiftlab/update-cloud-partner-bullets
Update Azure Cloud Partner
2 parents c9200b6 + a6bf66a commit c832918

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

_get_started/installation/azure.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ To gain the full experience of what PyTorch has to offer, a machine with at leas
55

66
Azure [provides](https://azure.microsoft.com/en-us/services/machine-learning-services/){:target="_blank"}:
77

8+
* a [machine learning service](https://azure.microsoft.com/en-us/services/machine-learning/) with a robust Python SDK to help you train and deploy PyTorch models at cloud scale.
89
* dedicated, pre-built [machine learning virtual machines](https://azure.microsoft.com/en-us/services/virtual-machines/data-science-virtual-machines/){:target="_blank"}, complete with PyTorch.
910
* bare Linux and Windows virtual machines for you to do a custom install of PyTorch.
10-
* [notebooks](https://notebooks.azure.com/pytorch){:target="_blank"} to help you learn PyTorch and machine learning.
11-
* a [machine learning service](https://azure.microsoft.com /en-us/services/machine-learning-services/ ) with a robust Python SDK to help you train and deploy PyTorch models at cloud scale.
1211

1312
## Azure Primer
1413
{: #microsoft-azure-primer}
@@ -17,12 +16,6 @@ In order to use Azure, you need to set up an [Azure account](https://azure.micro
1716

1817
Once you are logged in, you will be brought to your [Azure portal](https://portal.azure.com/){:target="_blank"}. You can even learn more about Azure through a set of [simple video tutorials](https://azure.microsoft.com/en-us/get-started/video/){:target="_blank"}.
1918

20-
### GPU-based Virtual Machines
21-
22-
Generally, you will be using [Azure Virtual Machines](https://azure.microsoft.com/en-us/services/virtual-machines/){:target="_blank"}) to begin with PyTorch. Microsoft has various virtual machine types and pricing options, with both [Linux](https://azure.microsoft.com/en-us/pricing/details/virtual-machines/linux/){:target="_blank"} and [Windows](https://azure.microsoft.com/en-us/pricing/details/virtual-machines/windows/){:target="_blank"}, all of which are configured for specific use cases. For PyTorch, it is highly recommended that you use the [GPU optimized](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/sizes-gpu){:target="_blank"}, virtual machines. They are tailored for the high compute needs of machine learning.
23-
24-
The expense of your virtual machine is directly correlated to the number of GPUs that it contains. The NC6 virtual machine is, for example, one of the smallest, cheapest virtual machines and can actually be suitable for many use cases.
25-
2619
## Azure Machine Learning Service
2720
{: #microsoft-azure-machine-learning-service}
2821

@@ -35,6 +28,12 @@ See [the documentation](https://docs.microsoft.com/en-us/azure/machine-learning/
3528

3629
Azure [provides](https://azure.microsoft.com/en-us/services/virtual-machines/data-science-virtual-machines/){:target="_blank"} [pre-configured](https://docs.microsoft.com/en-us/azure/machine-learning/data-science-virtual-machine/){:target="_blank"} data learning and machine learning virtual machines. PyTorch are available on many of these - for example here is the [documentation](https://docs.microsoft.com/en-us/azure/machine-learning/data-science-virtual-machine/dsvm-ubuntu-intro){:target="_blank"} for how to setup an Azure virtual machine on Ubuntu Linux.
3730

31+
### GPU-based Virtual Machines
32+
33+
Microsoft has various virtual machine types and pricing options, with both [Linux](https://azure.microsoft.com/en-us/pricing/details/virtual-machines/linux/){:target="_blank"} and [Windows](https://azure.microsoft.com/en-us/pricing/details/virtual-machines/windows/){:target="_blank"}, all of which are configured for specific use cases. For PyTorch, it is highly recommended that you use the [GPU optimized](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/sizes-gpu){:target="_blank"}, virtual machines. They are tailored for the high compute needs of machine learning.
34+
35+
The expense of your virtual machine is directly correlated to the number of GPUs that it contains. The NC6 virtual machine is, for example, one of the smallest, cheapest virtual machines and can actually be suitable for many use cases.
36+
3837
## Installing PyTorch From Scratch
3938
{: #microsoft-azure-from-scratch}
4039

_includes/quick_start_cloud_options.html

+7-6
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</ul>
1010
</div>
1111
</div>
12-
12+
1313
<div class="cloud-option-row">
1414
<div class="cloud-option" data-toggle="cloud-dropdown">
1515
<div class="cloud-option-body aws" id="aws">
@@ -20,7 +20,7 @@
2020
<li><a href="https://aws.amazon.com/pytorch/">PyTorch on AWS</a></li>
2121
<li><a href="https://sagemaker.readthedocs.io/en/stable/using_pytorch.html">Amazon SageMaker</a></li>
2222
<li><a href="https://docs.aws.amazon.com/deep-learning-containers/latest/devguide/deep-learning-containers-ec2-tutorials-training.html#deep-learning-containers-ec2-tutorials-training-pytorch">AWS Deep Learning Containers</a></li>
23-
<li><a href="https://docs.aws.amazon.com/dlami/latest/devguide/tutorial-pytorch.html">AWS Deep Learning AMIs</a></li>
23+
<li><a href="https://docs.aws.amazon.com/dlami/latest/devguide/tutorial-pytorch.html">AWS Deep Learning AMIs</a></li>
2424
</ul>
2525
</div>
2626
</div>
@@ -34,11 +34,11 @@
3434
<ul>
3535
<li><a href="https://cloud.google.com/deep-learning-vm/docs/pytorch_start_instance">Cloud Deep Learning VM Image</a></li>
3636
</ul>
37-
37+
3838
<ul>
3939
<li><a href="https://cloud.google.com/ai-platform/deep-learning-containers/">Deep Learning Containers</a></li>
4040
</ul>
41-
41+
4242
</div>
4343
</div>
4444

@@ -49,8 +49,9 @@
4949
</div>
5050

5151
<ul>
52-
<li><a href="https://azure.microsoft.com/en-us/services/machine-learning-service/">Azure Machine Learning</a></li>
53-
<li><a href="https://azure.microsoft.com/en-us/develop/pytorch/">Learn More</a></li>
52+
<li><a href="https://azure.microsoft.com/en-us/develop/pytorch/">PyTorch on Azure</a></li>
53+
<li><a href="https://docs.microsoft.com/en-us/azure/machine-learning/how-to-train-pytorch">Azure Machine Learning</a></li>
54+
<li><a href="https://docs.microsoft.com/en-us/azure/azure-functions/machine-learning-pytorch?tabs=bash">Azure Functions</a></li>
5455
</ul>
5556
</div>
5657
</div>

0 commit comments

Comments
 (0)