Skip to content

Commit

Permalink
refine readme (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
zufangzhu authored and Lu Teng committed Sep 6, 2023
1 parent fc83e00 commit 0a61327
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ source /opt/intel/oneapi/mkl/2023.1.0/env/vars.sh
source /opt/intel/oneapi/tbb/2021.9.0/env/vars.sh
```

### Install Jax and Jaxlib

```bash
pip install jax==0.4.13 jaxlib==0.4.13
```

## 3. Install

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

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

0 comments on commit 0a61327

Please sign in to comment.