Skip to content

Commit 385c19c

Browse files
Merge pull request #272510 from fbsolo-ms1/update-data-science-virtual-machine-files
Freshness update for dsvm-tools-deep-learning-frameworks.md . . .
2 parents f50000b + 05d4ed1 commit 385c19c

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

articles/machine-learning/data-science-virtual-machine/dsvm-tools-deep-learning-frameworks.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,55 +10,54 @@ ms.custom:
1010
author: michalmar
1111
ms.author: mimarusa
1212
ms.topic: conceptual
13-
ms.date: 07/27/2021
13+
ms.date: 04/17/2024
1414
---
1515

16-
# Deep learning and AI frameworks for the Azure Data Science VM
17-
Deep learning frameworks on the DSVM are listed below.
18-
16+
# Deep learning and AI frameworks for the Azure Data Science Virtual Machine
17+
Deep learning frameworks on the DSVM are listed here:
1918

2019
## [CUDA, cuDNN, NVIDIA Driver](https://developer.nvidia.com/cuda-toolkit)
2120

2221
| Category | Value |
2322
|--|--|
24-
| Version(s) supported | 11 |
23+
| Supported versions | 11 |
2524
| Supported DSVM editions | Windows Server 2019<br>Linux |
26-
| How is it configured / installed on the DSVM? | _nvidia-smi_ is available on the system path. |
25+
| How is it configured and installed on the DSVM? | _nvidia-smi_ is available on the system path. |
2726
| How to run it | Open a command prompt (on Windows) or a terminal (on Linux), and then run _nvidia-smi_. |
27+
2828
## [Horovod](https://github.com/uber/horovod)
2929

3030
| Category | Value |
3131
| ------------- | ------------- |
32-
| Version(s) supported | 0.21.3|
32+
| Supported versions | 0.21.3|
3333
| Supported DSVM editions | Linux |
34-
| How is it configured / installed on the DSVM? | Horovod is installed in Python 3.5 |
34+
| How is it configured and installed on the DSVM? | Horovod is installed in Python 3.5 |
3535
| How to run it | Activate the correct environment at the terminal, and then run Python. |
3636

37-
3837
## [NVidia System Management Interface (nvidia-smi)](https://developer.nvidia.com/nvidia-system-management-interface)
3938

4039
| Category | Value |
4140
|--|--|
42-
| Version(s) supported | |
41+
| Supported versions | |
4342
| Supported DSVM editions | Windows Server 2019<br>Linux |
44-
| What is it for? | NVIDIA tool for querying GPU activity |
45-
| How is it configured / installed on the DSVM? | `nvidia-smi` is on the system path. |
46-
| How to run it | On a virtual machine **with GPU's**, open a command prompt (on Windows) or a terminal (on Linux), and then run `nvidia-smi`. |
43+
| What is it used for? | As an NVIDIA tool to query GPU activity |
44+
| How is it configured and installed on the DSVM? | `nvidia-smi` is on the system path. |
45+
| How to run it | On a virtual machine **with GPU's**, open a command prompt (on Windows), or a terminal (on Linux), and then run `nvidia-smi`. |
4746

4847
## [PyTorch](https://pytorch.org/)
4948

5049
| Category | Value |
5150
|--|--|
52-
| Version(s) supported | 1.9.0 (Linux, Windows 2019) |
51+
| Supported versions | 1.9.0 (Linux, Windows 2019) |
5352
| Supported DSVM editions | Windows Server 2019<br>Linux |
54-
| How is it configured / installed on the DSVM? | Installed in Python, conda environments 'py38_default', 'py38_pytorch' |
55-
| How to run it | Terminal: Activate the correct environment, and then run Python.<br/>* [JupyterHub](dsvm-ubuntu-intro.md#how-to-access-the-ubuntu-data-science-virtual-machine): Connect, and then open the PyTorch directory for samples. |
53+
| How is it configured and installed on the DSVM? | Installed in Python, conda environments 'py38_default', 'py38_pytorch' |
54+
| How to run it | At the terminal, activate the appropriate environment, and then run Python.<br/>* [JupyterHub](dsvm-ubuntu-intro.md#how-to-access-the-ubuntu-data-science-virtual-machine): Connect, and then open the PyTorch directory for samples. |
5655

5756
## [TensorFlow](https://www.tensorflow.org/)
5857

5958
| Category | Value |
6059
|--|--|
61-
| Version(s) supported | 2.5 |
60+
| Supported versions | 2.5 |
6261
| Supported DSVM editions | Windows Server 2019<br>Linux |
63-
| How is it configured / installed on the DSVM? | Installed in Python, conda environments 'py38_default', 'py38_tensorflow' |
64-
| How to run it | Terminal: Activate the correct environment, and then run Python. <br/> * Jupyter: Connect to [Jupyter](provision-vm.md) or [JupyterHub](dsvm-ubuntu-intro.md#how-to-access-the-ubuntu-data-science-virtual-machine), and then open the TensorFlow directory for samples. |
62+
| How is it configured and installed on the DSVM? | Installed in Python, conda environments 'py38_default', 'py38_tensorflow' |
63+
| How to run it | At the terminal, activate the correct environment, and then run Python. <br/> * Jupyter: Connect to [Jupyter](provision-vm.md) or [JupyterHub](dsvm-ubuntu-intro.md#how-to-access-the-ubuntu-data-science-virtual-machine), and then open the TensorFlow directory for samples. |

0 commit comments

Comments
 (0)