diff --git a/.github/actions/llm/setup-llm-env/action.yml b/.github/actions/llm/setup-llm-env/action.yml index d732904f591..868cf625bc0 100644 --- a/.github/actions/llm/setup-llm-env/action.yml +++ b/.github/actions/llm/setup-llm-env/action.yml @@ -14,6 +14,9 @@ runs: # make sure we install the latest version for bigdl-core-xe pip uninstall bigdl-core-xe || true 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 if [[ ${{ runner.os }} == 'Linux' ]]; then