Skip to content

Commit 8608107

Browse files
grammar
1 parent 99d75d3 commit 8608107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/gpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ julia> x |> cpu
8888

8989
## Disabling CUDA or choosing which GPUs are visible to Flux
9090

91-
Sometimes we need to control which GPUs are visible to `julia` on a system with multiple GPUs or disable GPUs entirely. This can be achieved with an environment variable `CUDA_VISIBLE_DEVICES`.
91+
Sometimes it is required to control which GPUs are visible to `julia` on a system with multiple GPUs or disable GPUs entirely. This can be achieved with an environment variable `CUDA_VISIBLE_DEVICES`.
9292

9393
```
9494
$ export CUDA_VISIBLE_DEVICES=''

0 commit comments

Comments
 (0)