You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/data-science-virtual-machine/overview.md
+26-19Lines changed: 26 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,24 +10,34 @@ author: jesscioffi
10
10
ms.author: jcioffi
11
11
ms.reviewer: mattmcinnes
12
12
ms.topic: overview
13
-
ms.date: 06/23/2022
13
+
ms.reviewer: franksolomon
14
+
ms.date: 04/26/2024
14
15
---
15
16
16
17
# What is the Azure Data Science Virtual Machine for Linux and Windows?
17
18
18
-
The Data Science Virtual Machine (DSVM) is a customized VM image on the Azure cloud platform built specifically for doing data science. It has many popular data science tools preinstalled and preconfigured to jump-start building intelligent applications for advanced analytics.
19
+
The Data Science Virtual Machine (DSVM) is a customized VM image available on the Azure cloud platform, and it can handle data science. It has many popular data science tools preinstalled and preconfigured to jump-start building intelligent applications for advanced analytics.
19
20
20
21
The DSVM is available on:
21
22
22
23
+ Windows Server 2019
23
24
+ Windows Server 2022
24
25
+ Ubuntu 20.04 LTS
25
26
26
-
Additionally, we're excited to offer Azure DSVM for PyTorch, which is an Ubuntu 20.04 image from Azure Marketplace that is optimized for large, distributed deep learning workloads. It comes preinstalled and validated with the latest PyTorch version to reduce setup costs and accelerate time to value. It comes packaged with various optimization functionalities (ONNX Runtime, DeepSpeed, MSCCL, ORTMoE, Fairscale, Nvidia Apex), and an up-to-date stack with the latest compatible versions of Ubuntu, Python, PyTorch, CUDA.
27
+
Additionally, we offer Azure DSVM for PyTorch - an Ubuntu 20.04 image from Azure Marketplace optimized for large, distributed deep learning workloads. This preinstalled DSVM comes validated with the latest PyTorch version, to reduce setup costs and accelerate time to value. It comes packaged with both various optimization features
28
+
29
+
- ONNX Runtime
30
+
- DeepSpeed
31
+
- MSCCL
32
+
- ORTMoE
33
+
- Fairscale
34
+
- Nvidia Apex
35
+
36
+
and an up-to-date stack with the latest compatible versions of Ubuntu, Python, PyTorch, and CUDA.
27
37
28
38
## Comparison with Azure Machine Learning
29
39
30
-
The DSVM is a customized VM image for Data Science but [Azure Machine Learning](../overview-what-is-azure-machine-learning.md) is an end-to-end platform that encompasses:
40
+
The DSVM is a customized VM image for Data Science, but [Azure Machine Learning](../overview-what-is-azure-machine-learning.md) is an end-to-end platform that covers:
31
41
32
42
+ Fully Managed Compute
33
43
+ Compute Instances
@@ -43,9 +53,9 @@ The DSVM is a customized VM image for Data Science but [Azure Machine Learning](
43
53
44
54
### Comparison with Azure Machine Learning Compute Instances
45
55
46
-
[Azure Machine Learning Compute Instances](../concept-compute-instance.md) are a fully configured and __managed__ VM image whereas the DSVM is an __unmanaged__ VM.
56
+
[Azure Machine Learning Compute Instances](../concept-compute-instance.md) are a fully configured and __managed__ VM image, while the DSVM is an __unmanaged__ VM.
47
57
48
-
Key differences between these:
58
+
Key differences between a DSVM and an Azure Machine Learning Compute Instance:
You can use the DSVM to evaluate or learn new data science [tools](./tools-included.md), especially by going through some of our published [samples and walkthroughs](./dsvm-samples-and-walkthroughs.md).
78
+
The DSVM can evaluate or learn new data science [tools](./tools-included.md). Try some of our published [samples and walkthroughs](./dsvm-samples-and-walkthroughs.md).
71
79
72
80
### Deep learning with GPUs
73
81
74
-
In the DSVM, your training models can use deep learning algorithms on hardware that's based on graphics processing units (GPUs). By taking advantage of the VM scaling capabilities of the Azure platform, the DSVM helps you use GPU-based hardware in the cloud according to your needs. You can switch to a GPU-based VM when you're training large models, or when you need high-speed computations while keeping the same OS disk. You can choose any of the N series GPUs enabled virtual machine SKUs with DSVM. Note GPU enabled virtual machine SKUs aren't supported on Azure free accounts.
82
+
In the DSVM, your training models can use deep learning algorithms on graphics processing unit (GPU)-based hardware. If you take advantage of the VM scaling capabilities of the Azure platform, the DSVM helps you lever GPU-based hardware in the cloud, according to your needs. You can switch to a GPU-based VM when you train large models, or when you need high-speed computations while you keep the same OS disk. You can choose any of the N series GPU-enabled virtual machine SKUs with DSVM. Azure free accounts don't support GPU-enabled virtual machine SKUs.
75
83
76
-
The Windows editions of the DSVM come preinstalled with GPU drivers, frameworks, and GPU versions of deep learning frameworks. On the Linux editions, deep learning on GPUs is enabled on the Ubuntu DSVMs.
84
+
A Windows-edition DSVM comes preinstalled with GPU drivers, frameworks, and GPU versions of deep learning frameworks. On the Linux editions, deep learning on GPUs is enabled on the Ubuntu DSVMs.
77
85
78
-
You can also deploy the Ubuntu or Windows editions of the DSVM to an Azure virtual machine that isn't based on GPUs. In this case, all the deep learning frameworks falls back to the CPU mode.
86
+
You can also deploy the Ubuntu or Windows DSVM editions to an Azure virtual machine that isn't based on GPUs. In this case, all the deep learning frameworks fall back to the CPU mode.
79
87
80
88
[Learn more about available deep learning and AI frameworks](dsvm-tools-deep-learning-frameworks.md).
81
89
82
90
### Data science training and education
83
91
84
-
Enterprise trainers and educators who teach data science classes usually provide a virtual machine image. The image ensures students have a consistent setup and that the samples work predictably.
85
-
86
-
The DSVM creates an on-demand environment with a consistent setup that eases the support and incompatibility challenges. Cases where these environments need to be built frequently, especially for shorter training classes, benefit substantially.
92
+
Enterprise trainers and educators who teach data science classes usually provide a virtual machine image. The image ensures that students both have a consistent setup and that the samples work predictably.
87
93
94
+
The DSVM creates an on-demand environment with a consistent setup, to ease the support and incompatibility challenges. Cases where these environments need to be built frequently, especially for shorter training classes, benefit substantially.
88
95
89
-
## What's included on the DSVM?
96
+
## What does the DSVM include?
90
97
91
-
See a full list of tools on both the Windows and Linux DSVMs[here](tools-included.md).
98
+
FOR a full list of tools on both the Windows and Linux DSVMs, visit [this resource](tools-included.md).
0 commit comments