File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ please got the [main page](https://github.com/intel/intel-extension-for-openxla/
19
19
Mark ` intel-extension-for-openxla ` folder as \< WORKSPACE\> , then
20
20
``` bash
21
21
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
23
23
pip install -r ../../test/requirements.txt
24
24
```
25
25
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ git apply ../patch/t5.patch
8
8
ln -s /usr/local/bin/pip /usr/bin/pip
9
9
pip uninstall tensorflow-metadata numba cudf -y
10
10
pip uninstall tensorflow -y
11
- pip install tensorflow==2.12 .0
11
+ pip install tensorflow==2.18 .0
12
12
13
13
conda install libstdcxx-ng==12.2.0 -c conda-forge -y
14
14
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ index 37238ba..6a97d34 100644
19
19
'cached_property',
20
20
- 'clu @ git+https://github.com/google/CommonLoopUtils#egg=clu',
21
21
- 'flax @ git+https://github.com/google/flax#egg=flax',
22
- + 'clu == 0.0.9 ',
22
+ + 'clu == 0.0.12 ',
23
23
+ 'flax >= 0.8.5',
24
24
'fiddle >= 0.2.5',
25
25
'gin-config',
Original file line number Diff line number Diff line change 15
15
16
16
class VersionClass(object):
17
17
def __init__(self):
18
- self.version = '0.4 .0'
18
+ self.version = '0.5 .0'
19
19
self.hash = "@VERSION_HASH@"
20
20
21
21
def get_version(self):
You can’t perform that action at this time.
0 commit comments