Skip to content

Commit cbc2519

Browse files
changing version (#442)
Co-authored-by: Ashiq Imran <ashiqimran.intel.com>
1 parent 72df28a commit cbc2519

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.38 diffusers==0.26.3 datasets==2.20.0 msgpack==1.0.7
22+
pip install transformers==4.47 diffusers==0.31.0 datasets==2.20.0 msgpack==1.1.0
2323
pip install -r ../../test/requirements.txt
2424
```
2525

example/t5/install_xpu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git apply ../patch/t5.patch
88
ln -s /usr/local/bin/pip /usr/bin/pip
99
pip uninstall tensorflow-metadata numba cudf -y
1010
pip uninstall tensorflow -y
11-
pip install tensorflow==2.12.0
11+
pip install tensorflow==2.18.0
1212

1313
conda install libstdcxx-ng==12.2.0 -c conda-forge -y
1414

example/t5/patch/t5.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ index 37238ba..6a97d34 100644
1919
'cached_property',
2020
- 'clu @ git+https://github.com/google/CommonLoopUtils#egg=clu',
2121
- 'flax @ git+https://github.com/google/flax#egg=flax',
22-
+ 'clu == 0.0.9',
22+
+ 'clu == 0.0.12',
2323
+ 'flax >= 0.8.5',
2424
'fiddle >= 0.2.5',
2525
'gin-config',

xla/python/version.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
class VersionClass(object):
1717
def __init__(self):
18-
self.version = '0.4.0'
18+
self.version = '0.5.0'
1919
self.hash = "@VERSION_HASH@"
2020

2121
def get_version(self):

0 commit comments

Comments
 (0)