From cbbad11edc2d1bcf5e21ce61dcff396fb9a67c2a Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 14 Jul 2026 04:27:38 +0200 Subject: [PATCH] Python: Added TensorFlow from Source --- wiki/programming_language/python.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wiki/programming_language/python.md b/wiki/programming_language/python.md index 55df8b1..42110c7 100644 --- a/wiki/programming_language/python.md +++ b/wiki/programming_language/python.md @@ -311,6 +311,12 @@ This section addresses the [TensorFlow module](https://www.tensorflow.org/). Tensorflos is a machine learning resource which is often used for [neural networks](/wiki/neural_network.md). +Apart from [package managers](/wiki/linux/package_manager.md) and +[virtual environments](#using-virtual-environments) it can also be set up from source as explained +on [the official website](https://www.tensorflow.org/install/source). +This may especially be useful if specific configurations are needed such as vendor specific GPU +support. + #### Basic Usage of TensorFlow The basic usage of TensorFlow is described in