Skip to content

Commit c4d7674

Browse files
authored
Fixed some Grammar mistakes in source_windows.md
Fixed some Grammar mistakes in source_windows.md - found with Inspect code feature from Pycharm
1 parent 35d73f2 commit c4d7674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/en/install/source_windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Use [Git](https://git-scm.com/){:.external} to clone the
8080
<code class="devsite-terminal tfo-terminal-windows">cd tensorflow</code>
8181
</pre>
8282

83-
The repo defaults to the `master` development branch. You can also checkout a
83+
The repo defaults to the `master` development branch. You can also check out a
8484
[release branch](https://github.com/tensorflow/tensorflow/releases){:.external}
8585
to build:
8686

@@ -131,7 +131,7 @@ Please specify the cuDNN version you want to use. [Leave empty to default to cuD
131131
Please specify the location where cuDNN 7 library is installed. Refer to README.md for more details. [Default is C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0]: <b>C:\tools\cuda</b>
132132

133133
Please specify a list of comma-separated Cuda compute capabilities you want to build with.
134-
You can find the compute capability of your device at: https://developer.nvidia.com/cuda-gpus.
134+
You can find compute capability of your device at: https://developer.nvidia.com/cuda-gpus.
135135
Please note that each additional compute capability significantly increases your build time and binary size. [Default is: 3.5,7.0]: <b>3.7</b>
136136

137137
Please specify optimization flags to use during compilation when bazel option "--config=opt" is specified [Default is /arch:AVX]:

0 commit comments

Comments
 (0)