@@ -6,13 +6,13 @@ without a GPU.
6
6
<i >Setup:</i > <a href =" https://github.com/NACLab/ngc-learn " >ngc-learn</a >,
7
7
in its entirety (including its supporting utilities),
8
8
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).
10
10
Specifically, ngc-learn requires:
11
11
* 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 >)
13
13
* NumPy (>=1.26.0)
14
14
* 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)-->
16
16
* Matplotlib (>=3.4.2), (for ` ngclearn.utils.viz ` )
17
17
* Scikit-learn (>=1.3.1), (for ` ngclearn.utils.patch_utils ` and ` ngclearn.utils.density ` )
18
18
@@ -45,7 +45,7 @@ $ git clone https://github.com/NACLab/ngc-learn.git
45
45
$ cd ngc-learn
46
46
```
47
47
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
49
49
on your system setup. Follow the
50
50
<a href =" https://jax.readthedocs.io/en/latest/installation.html " >installation instructions</a >
51
51
on the official JAX page to properly install the CUDA 11 or 12 version.
0 commit comments