Skip to content

Commit 53a1e5a

Browse files
author
Alexander Ororbia
committed
minor update to installation doc
1 parent 7004c32 commit 53a1e5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/installation.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ without a GPU.
66
<i>Setup:</i> <a href="https://github.com/NACLab/ngc-learn">ngc-learn</a>,
77
in its entirety (including its supporting utilities),
88
requires that you ensure that you have installed the following base dependencies in
9-
your system. Note that this library was developed and tested on Ubuntu 22.04 (and 18.04).
9+
your system. Note that this library was developed and tested on Ubuntu 22.04 (and earlier versions on 18.04/20.04).
1010
Specifically, ngc-learn requires:
1111
* Python (>=3.10)
12-
* ngcsimlib (>=0.3.b4), (<a href="https://github.com/NACLab/ngc-sim-lib">official page</a>)
12+
* ngcsimlib (>=1.0.0), (<a href="https://github.com/NACLab/ngc-sim-lib">official page</a>)
1313
* NumPy (>=1.26.0)
1414
* SciPy (>=1.7.0)
15-
* JAX (>= 0.4.18; and jaxlib>=0.4.18) <!--(tested for cuda 11.8)-->
15+
* JAX (>= 0.4.28; and jaxlib>=0.4.28) <!--(tested for cuda 11.8)-->
1616
* Matplotlib (>=3.4.2), (for `ngclearn.utils.viz`)
1717
* Scikit-learn (>=1.3.1), (for `ngclearn.utils.patch_utils` and `ngclearn.utils.density`)
1818

@@ -45,7 +45,7 @@ $ git clone https://github.com/NACLab/ngc-learn.git
4545
$ cd ngc-learn
4646
```
4747

48-
2. (<i>Optional</i>; only for GPU version) Install JAX for either CUDA 11 or 12 , depending
48+
2. (<i>Optional</i>; only for GPU version) Install JAX for either CUDA 12 , depending
4949
on your system setup. Follow the
5050
<a href="https://jax.readthedocs.io/en/latest/installation.html">installation instructions</a>
5151
on the official JAX page to properly install the CUDA 11 or 12 version.

0 commit comments

Comments
 (0)