You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/using/selecting.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The following sections describe these images, including their contents, relation
19
19
## CUDA enabled variant
20
20
21
21
We provide CUDA accelerated version of `pytorch-notebook` and `tensorflow-notebook` images.
22
-
Prepend a CUDA version prefix (like `cuda12-` for `pytorch-notebook` or `cuda-` for `tensorflow-notebook`) to the image tag
22
+
Prepend a CUDA prefix (versioned prefix like `cuda12-` for `pytorch-notebook` or just`cuda-` for `tensorflow-notebook`) to the image tag
23
23
to allow PyTorch or TensorFlow operations to use compatible NVIDIA GPUs for accelerated computation.
24
24
Note: We only build `pytorch-notebook` for 2 last major versions of CUDA, `tensorflow-notebook` image only supports the latest CUDA version listed in the [officially tested build configurations](https://www.tensorflow.org/install/source#gpu).
0 commit comments