@@ -131,7 +131,7 @@ jobs:
131
131
shell : bash
132
132
run : |
133
133
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
135
135
pip install --pre --upgrade ipex-llm[xpu]==$test_version --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/cn/
136
136
if ! pip show ipex-llm | grep $test_version; then
137
137
echo "Did not install ipex-llm with excepted version $test_version"
@@ -400,7 +400,7 @@ jobs:
400
400
shell : bash
401
401
run : |
402
402
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
404
404
pip install --pre --upgrade ipex-llm[all]==$test_version --extra-index-url https://download.pytorch.org/whl/cpu
405
405
if ! pip show ipex-llm | grep $test_version; then
406
406
echo "Did not install ipex-llm with excepted version $test_version"
@@ -481,7 +481,7 @@ jobs:
481
481
shell : bash
482
482
run : |
483
483
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
485
485
pip install --pre --upgrade ipex-llm[all]==$test_version
486
486
if ! pip show ipex-llm | grep $test_version; then
487
487
echo "Did not install ipex-llm with excepted version $test_version"
@@ -575,7 +575,7 @@ jobs:
575
575
shell : bash
576
576
run : |
577
577
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
579
579
echo "TEST_VERSION=${test_version}" >> "$GITHUB_ENV"
580
580
581
581
- name : Install ipex-llm and other related packages (install from pypi)
0 commit comments