From 778fc6369f8232f268cf82f14bb081318934e6f5 Mon Sep 17 00:00:00 2001 From: bhack <bhack@users.noreply.github.com> Date: Tue, 19 Oct 2021 17:19:04 +0200 Subject: [PATCH] Fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ef20154ae0ddc2..44c769540a51db 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -219,7 +219,7 @@ There are two ways to run TensorFlow unit tests. bazel test ${flags} //tensorflow/python/saved_model:load_test --test_arg=-- --test_arg=-k=*LoadTest.test_capture_variables* ``` - **Note:** You can add `--test_sharding_strategy=disabled` to the `flags` to disables the + **Note:** You can add `--test_sharding_strategy=disabled` to the `flags` to disable the sharding so that all the test outputs are in one file. However, it may slow down the tests for not running in parallel and may cause the test to timeout but it could be useful when you need to execute a single test or more in