Skip to content

Commit 4353219

Browse files
committed
Freshness update for dsvm-tools-deep-learning-frameworks.md . . .
1 parent c248a7e commit 4353219

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

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

Lines changed: 11 additions & 12 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

1616
# Deep learning and AI frameworks for the Azure Data Science VM
1717
Deep learning frameworks on the DSVM are listed below.
1818

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

2221
| Category | Value |
2322
|--|--|
2423
| Version(s) supported | 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
| ------------- | ------------- |
3232
| Version(s) supported | 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
|--|--|
4241
| Version(s) supported | |
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
|--|--|
5251
| Version(s) supported | 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
|--|--|
6160
| Version(s) supported | 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)