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
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,16 +23,15 @@ The DSVM is available on:
23
23
+ Windows Server 2022
24
24
+ Ubuntu 20.04 LTS
25
25
26
-
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
26
+
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 various optimization features:
27
27
28
28
- ONNX Runtime
29
29
- DeepSpeed
30
30
- MSCCL
31
31
- ORTMoE
32
32
- Fairscale
33
33
- Nvidia Apex
34
-
35
-
and an up-to-date stack with the latest compatible versions of Ubuntu, Python, PyTorch, and CUDA.
34
+
- An up-to-date stack with the latest compatible versions of Ubuntu, Python, PyTorch, and CUDA
36
35
37
36
## Comparison with Azure Machine Learning
38
37
@@ -54,7 +53,7 @@ The DSVM is a customized VM image for Data Science, but [Azure Machine Learning]
54
53
55
54
[Azure Machine Learning Compute Instances](../concept-compute-instance.md) are a fully configured and __managed__ VM image, while the DSVM is an __unmanaged__ VM.
56
55
57
-
Key differences between a DSVM and an Azure Machine Learning Compute Instance:
56
+
Key differences between a DSVM and an Azure Machine Learning compute instance:
0 commit comments