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
| 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. |
27
26
| How to run it | Open a command prompt (on Windows) or a terminal (on Linux), and then run _nvidia-smi_. |
27
+
28
28
## [Horovod](https://github.com/uber/horovod)
29
29
30
30
| Category | Value |
31
31
| ------------- | ------------- |
32
-
|Version(s) supported| 0.21.3|
32
+
|Supported versions| 0.21.3|
33
33
| 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 |
35
35
| How to run it | Activate the correct environment at the terminal, and then run Python. |
36
36
37
-
38
37
## [NVidia System Management Interface (nvidia-smi)](https://developer.nvidia.com/nvidia-system-management-interface)
39
38
40
39
| Category | Value |
41
40
|--|--|
42
-
|Version(s) supported||
41
+
|Supported versions||
43
42
| 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`. |
47
46
48
47
## [PyTorch](https://pytorch.org/)
49
48
50
49
| Category | Value |
51
50
|--|--|
52
-
|Version(s) supported| 1.9.0 (Linux, Windows 2019) |
51
+
|Supported versions| 1.9.0 (Linux, Windows 2019) |
53
52
| 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. |
56
55
57
56
## [TensorFlow](https://www.tensorflow.org/)
58
57
59
58
| Category | Value |
60
59
|--|--|
61
-
|Version(s) supported| 2.5 |
60
+
|Supported versions| 2.5 |
62
61
| 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