Skip to content

Commit 4d67e1b

Browse files
committed
Freshness update for overview.md . . .
1 parent c9fafb6 commit 4d67e1b

File tree

1 file changed

+26
-19
lines changed
  • articles/machine-learning/data-science-virtual-machine

1 file changed

+26
-19
lines changed

articles/machine-learning/data-science-virtual-machine/overview.md

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,34 @@ author: jesscioffi
1010
ms.author: jcioffi
1111
ms.reviewer: mattmcinnes
1212
ms.topic: overview
13-
ms.date: 06/23/2022
13+
ms.reviewer: franksolomon
14+
ms.date: 04/26/2024
1415
---
1516

1617
# What is the Azure Data Science Virtual Machine for Linux and Windows?
1718

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.
1920

2021
The DSVM is available on:
2122

2223
+ Windows Server 2019
2324
+ Windows Server 2022
2425
+ Ubuntu 20.04 LTS
2526

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.
2737

2838
## Comparison with Azure Machine Learning
2939

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:
3141

3242
+ Fully Managed Compute
3343
+ Compute Instances
@@ -43,9 +53,9 @@ The DSVM is a customized VM image for Data Science but [Azure Machine Learning](
4353

4454
### Comparison with Azure Machine Learning Compute Instances
4555

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.
4757

48-
Key differences between these:
58+
Key differences between a DSVM and an Azure Machine Learning Compute Instance:
4959

5060
|Feature |Data Science<br>VM |Azure Machine Learning<br>Compute Instance |
5161
|---------|---------|---------|
@@ -61,38 +71,35 @@ Key differences between these:
6171
|Built-in Collaboration | No | Yes |
6272
|Preinstalled Tools | Jupyter(lab), VS Code,<br> Visual Studio, PyCharm, Juno,<br>Power BI Desktop, SSMS, <br>Microsoft Office 365, Apache Drill | Jupyter(lab) |
6373

64-
## Sample use cases
65-
66-
Here's some common use cases for DSVM customers.
74+
## Sample DSVM customer use cases
6775

6876
### Short-term experimentation and evaluation
6977

70-
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).
7179

7280
### Deep learning with GPUs
7381

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.
7583

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.
7785

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.
7987

8088
[Learn more about available deep learning and AI frameworks](dsvm-tools-deep-learning-frameworks.md).
8189

8290
### Data science training and education
8391

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.
8793

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.
8895

89-
## What's included on the DSVM?
96+
## What does the DSVM include?
9097

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).
9299

93100
## Next steps
94101

95-
Learn more with these articles:
102+
For more information, visit these resources:
96103

97104
+ Windows:
98105
+ [Set up a Windows DSVM](provision-vm.md)

0 commit comments

Comments
 (0)