Skip to content

Commit 35d73f2

Browse files
authored
Fixed few grammer mistakes in source.md
Fixed few grammer mistakes in source.md
1 parent 049852f commit 35d73f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/en/install/source.md

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

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

@@ -141,7 +141,7 @@ Found cuDNN 7 in:
141141

142142

143143
Please specify a list of comma-separated CUDA compute capabilities you want to build with.
144-
You can find the compute capability of your device at: https://developer.nvidia.com/cuda-gpus. Each capability can be specified as "x.y" or "compute_xy" to include both virtual and binary GPU code, or as "sm_xy" to only include the binary code.
144+
You can find compute capability of your device at: https://developer.nvidia.com/cuda-gpus. Each capability can be specified as "x.y" or "compute_xy" to include both virtual and binary GPU code, or as "sm_xy" to only include the binary code.
145145
Please note that each additional compute capability significantly increases your build time and binary size, and that TensorFlow only supports compute capabilities >= 3.5 [Default is: 3.5,7.0]: 6.1
146146

147147

0 commit comments

Comments
 (0)