aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/dist_test/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/dist_test/README.md')
-rw-r--r--tensorflow/tools/dist_test/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/tensorflow/tools/dist_test/README.md b/tensorflow/tools/dist_test/README.md
index c1b1f79bbd..228d5ee35d 100644
--- a/tensorflow/tools/dist_test/README.md
+++ b/tensorflow/tools/dist_test/README.md
@@ -17,6 +17,14 @@ cesnsu model:
./local_test.sh --model_name CENSUS_WIDENDEEP
+You can test specify version of TensorFlow:
+
+```shell
+./local_test.sh ${whl_file_url}
+```
+
+For example, you can find these TensorFlow python package URLs from [here](https://www.tensorflow.org/install/install_linux#the_url_of_the_tensorflow_python_package) for Ubuntu.
+
**2) Launch a remote k8s cluster on Google Kubernetes Engine (GKE) and run the
test suite on it**