Skip to content

Commit 655abd7

Browse files
authored
Updated r0.6 version fix (#592)
1 parent 01953de commit 655abd7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Verified Hardware Platforms:
3838
* Intel® Data Center GPU Max Series
3939
* [Intel® Deep Learning Essentials 2025.1](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?packages=dl-essentials&dl-lin=offline&dl-essentials-os=linux)
4040
* Jax/Jaxlib 0.4.38
41-
* Python 3.9-3.13
41+
* Python 3.10-3.13
4242
* pip 19.0 or later (requires manylinux2014 support)
4343

4444
**NOTE: Since JAX has its own [platform limitation](https://jax.readthedocs.io/en/latest/installation.html#supported-platforms) (Ubuntu 20.04 or later), real software requirements are restricted when working with JAX.**

docs/acc_jax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ bash Miniforge3-$(uname)-$(uname -m).sh
5050
### Setup environment
5151
Please follow [Install](#install) to prepare the basic environment first.
5252
```
53-
pip install transformers==4.47 diffusers==0.31.0 datasets==4.9.7 msgpack==1.1.0
53+
pip install transformers==4.49 diffusers==0.31.0 datasets==2.20.0 msgpack==1.1.0
5454
```
5555
Source OneAPI env
5656
```

example/gptj/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Script jax_gptj.py for [EleutherAI/gpt-j-6B](https://huggingface.co/EleutherAI/g
77
Mark `intel-extension-for-openxla` folder as \<WORKSPACE\>, then
88
```bash
99
cd <WORKSPACE>/example/gptj/
10-
pip install transformers==4.48 datasets==2.20.0
10+
pip install transformers==4.49 datasets==2.20.0
1111
pip install -r ../../test/requirements.txt
1212
```
1313

example/sdxl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ please got the [main page](https://github.com/intel/intel-extension-for-openxla/
1919
Mark `intel-extension-for-openxla` folder as \<WORKSPACE\>, then
2020
```bash
2121
cd <WORKSPACE>/example/sdxl/
22-
pip install transformers==4.47 diffusers==0.31.0 datasets==2.20.0 msgpack==1.1.0
22+
pip install transformers==4.49 diffusers==0.31.0 datasets==2.20.0 msgpack==1.1.0
2323
pip install -r ../../test/requirements.txt
2424
```
2525

example/stable_diffusion/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ please got the [main page](https://github.com/intel/intel-extension-for-openxla/
1313
Mark `intel-extension-for-openxla` folder as \<WORKSPACE\>, then
1414
```bash
1515
cd <WORKSPACE>/example/stable_diffusion/
16-
pip install transformers==4.48 diffusers==0.26.3 datasets==2.20.0 msgpack==1.0.7
16+
pip install transformers==4.49 diffusers==0.31.0 datasets==2.20.0 msgpack==1.1.0
1717
pip install -r ../../test/requirements.txt
1818
```
1919

0 commit comments

Comments
 (0)