Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bhack authored Oct 19, 2021
1 parent a4cff40 commit 778fc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 778fc63

Please sign in to comment.