Skip to content

Commit 0a61327

Browse files
zufangzhuLu Teng
authored andcommitted
refine readme (#58)
1 parent fc83e00 commit 0a61327

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ source /opt/intel/oneapi/mkl/2023.1.0/env/vars.sh
6666
source /opt/intel/oneapi/tbb/2021.9.0/env/vars.sh
6767
```
6868

69+
### Install Jax and Jaxlib
70+
71+
```bash
72+
pip install jax==0.4.13 jaxlib==0.4.13
73+
```
74+
6975
## 3. Install
7076

7177
### Install via PyPI wheel
@@ -78,7 +84,6 @@ pip install --upgrade intel-extension-for-openxla
7884

7985
```bash
8086
git clone https://github.com/intel/intel-extension-for-openxla.git
81-
pip install jax==0.4.13 jaxlib==0.4.13
8287
./configure # Choose Yes for all.
8388
bazel build //xla/tools/pip_package:build_pip_package
8489
./bazel-bin/xla/tools/pip_package/build_pip_package ./

0 commit comments

Comments
 (0)