From 6afd3a3b08314d0b7ce0e12ba14a88fd774d0dc3 Mon Sep 17 00:00:00 2001 From: pintaoz Date: Mon, 10 Feb 2025 13:46:33 -0800 Subject: [PATCH] Fix Tensorflow doc link --- doc/frameworks/tensorflow/using_tf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/frameworks/tensorflow/using_tf.rst b/doc/frameworks/tensorflow/using_tf.rst index 1e51b5f43a..979e86d8b6 100644 --- a/doc/frameworks/tensorflow/using_tf.rst +++ b/doc/frameworks/tensorflow/using_tf.rst @@ -246,7 +246,7 @@ Training with parameter servers If you specify parameter_server as the value of the distribution parameter, the container launches a parameter server thread on each instance in the training cluster, and then executes your training code. You can find more information on -TensorFlow distributed training at `TensorFlow docs `__. +TensorFlow distributed training at `TensorFlow docs `__. To enable parameter server training: .. code:: python