We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc83e00 commit 0a61327Copy full SHA for 0a61327
README.md
@@ -66,6 +66,12 @@ source /opt/intel/oneapi/mkl/2023.1.0/env/vars.sh
66
source /opt/intel/oneapi/tbb/2021.9.0/env/vars.sh
67
```
68
69
+### Install Jax and Jaxlib
70
+
71
+```bash
72
+pip install jax==0.4.13 jaxlib==0.4.13
73
+```
74
75
## 3. Install
76
77
### Install via PyPI wheel
@@ -78,7 +84,6 @@ pip install --upgrade intel-extension-for-openxla
78
84
79
85
```bash
80
86
git clone https://github.com/intel/intel-extension-for-openxla.git
81
-pip install jax==0.4.13 jaxlib==0.4.13
82
87
./configure # Choose Yes for all.
83
88
bazel build //xla/tools/pip_package:build_pip_package
89
./bazel-bin/xla/tools/pip_package/build_pip_package ./
0 commit comments