From 383f55d9263a3d54bf16c93499ade421322ec037 Mon Sep 17 00:00:00 2001 From: lazariv <taras.lazariv@tu-dresden.de> Date: Tue, 17 Aug 2021 14:32:19 +0000 Subject: [PATCH] Remove 'Additional libraries' subsection from tensorflow.md --- .../docs/software/tensorflow.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/software/tensorflow.md b/doc.zih.tu-dresden.de/docs/software/tensorflow.md index 865c66167..c4101a569 100644 --- a/doc.zih.tu-dresden.de/docs/software/tensorflow.md +++ b/doc.zih.tu-dresden.de/docs/software/tensorflow.md @@ -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 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 -``` -- GitLab