Skip to content

Commit

Permalink
cu version
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang committed Aug 12, 2023
1 parent 35ceca7 commit 26a9686
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chapter_installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ To install a GPU-enabled version of MXNet,
we need to find out what version of CUDA you have installed.
You can check this by running `nvcc --version`
or `cat /usr/local/cuda/version.txt`.
Assume that you have installed CUDA 10.2,
Assume that you have installed CUDA 11.2,
then execute the following command:

```bash
Expand Down Expand Up @@ -148,6 +148,7 @@ You can install JAX and Flax with either CPU or GPU support as follows:
pip install "jax[cuda11_pip]==0.4.13" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html flax==0.7.0
```


If your machine has no NVIDIA GPUs
or CUDA,
you can install the CPU version
Expand Down

0 comments on commit 26a9686

Please sign in to comment.