@@ -131,7 +131,7 @@ jobs:
131131 shell : bash
132132 run : |
133133 test_version_date=`date -d 'yesterday' '+%Y%m%d'`
134- test_version=2.1 .0b$test_version_date
134+ test_version=2.2 .0b$test_version_date
135135 pip install --pre --upgrade ipex-llm[xpu]==$test_version --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/cn/
136136 if ! pip show ipex-llm | grep $test_version; then
137137 echo "Did not install ipex-llm with excepted version $test_version"
@@ -400,7 +400,7 @@ jobs:
400400 shell : bash
401401 run : |
402402 test_version_date=`date -d 'yesterday' '+%Y%m%d'`
403- test_version=2.1 .0b$test_version_date
403+ test_version=2.2 .0b$test_version_date
404404 pip install --pre --upgrade ipex-llm[all]==$test_version --extra-index-url https://download.pytorch.org/whl/cpu
405405 if ! pip show ipex-llm | grep $test_version; then
406406 echo "Did not install ipex-llm with excepted version $test_version"
@@ -481,7 +481,7 @@ jobs:
481481 shell : bash
482482 run : |
483483 test_version_date=`date -d 'yesterday' '+%Y%m%d'`
484- test_version=2.1 .0b$test_version_date
484+ test_version=2.2 .0b$test_version_date
485485 pip install --pre --upgrade ipex-llm[all]==$test_version
486486 if ! pip show ipex-llm | grep $test_version; then
487487 echo "Did not install ipex-llm with excepted version $test_version"
@@ -575,7 +575,7 @@ jobs:
575575 shell : bash
576576 run : |
577577 test_version_date=`date -d 'yesterday' '+%Y%m%d'`
578- test_version=2.1 .0b$test_version_date
578+ test_version=2.2 .0b$test_version_date
579579 echo "TEST_VERSION=${test_version}" >> "$GITHUB_ENV"
580580
581581 - name : Install ipex-llm and other related packages (install from pypi)
0 commit comments