Update performance tests for dependency of bigdl-core-xe-esimd (#9124)
This commit is contained in:
parent
30e3c196f3
commit
dc70fc7b00
1 changed files with 3 additions and 0 deletions
3
.github/actions/llm/setup-llm-env/action.yml
vendored
3
.github/actions/llm/setup-llm-env/action.yml
vendored
|
|
@ -14,6 +14,9 @@ runs:
|
||||||
# make sure we install the latest version for bigdl-core-xe
|
# make sure we install the latest version for bigdl-core-xe
|
||||||
pip uninstall bigdl-core-xe || true
|
pip uninstall bigdl-core-xe || true
|
||||||
sed -i 's/"bigdl-core-xe==" + VERSION + "/"bigdl-core-xe/g' python/llm/setup.py
|
sed -i 's/"bigdl-core-xe==" + VERSION + "/"bigdl-core-xe/g' python/llm/setup.py
|
||||||
|
# make sure we install the latest version for bigdl-core-xe-esimd
|
||||||
|
pip uninstall bigdl-core-xe-esimd || true
|
||||||
|
sed -i 's/"bigdl-core-xe-esimd==" + VERSION + "/"bigdl-core-xe-esimd/g' python/llm/setup.py
|
||||||
|
|
||||||
pip install requests
|
pip install requests
|
||||||
if [[ ${{ runner.os }} == 'Linux' ]]; then
|
if [[ ${{ runner.os }} == 'Linux' ]]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue