Skip to content
Snippets Groups Projects
Commit 383f55d9 authored by Taras Lazariv's avatar Taras Lazariv Committed by Elias Werner
Browse files

Remove 'Additional libraries' subsection from tensorflow.md

parent ce98482b
No related branches found
No related tags found
6 merge requests!333Draft: update NGC containers,!322Merge preview into main,!319Merge preview into main,!279Draft: Machine Learning restructuring,!268Update ML branch with the content from DA,!258Data Analytics restructuring
...@@ -113,20 +113,3 @@ tf.disable_v2_behavior() #instead of "import tensorflow as tf" ...@@ -113,20 +113,3 @@ tf.disable_v2_behavior() #instead of "import tensorflow as tf"
To make the transition to TF 2.0 as seamless as possible, the TensorFlow team has created the To make the transition to TF 2.0 as seamless as possible, the TensorFlow team has created the
tf_upgrade_v2 utility to help transition legacy code to the new API. tf_upgrade_v2 utility to help transition legacy code to the new API.
## Additional libraries
The following NVIDIA libraries are available on all nodes:
| | |
|-------|---------------------------------------|
| NCCL | /usr/local/cuda/targets/ppc64le-linux |
| cuDNN | /usr/local/cuda/targets/ppc64le-linux |
Note: For optimal NCCL performance it is recommended to set the
**NCCL_MIN_NRINGS** environment variable during execution. You can try
different values but 4 should be a pretty good starting point.
```console
export NCCL_MIN_NRINGS=4
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment