From dc70fc7b006db710c1ae638670f4309213f84252 Mon Sep 17 00:00:00 2001 From: Yuwen Hu <54161268+Oscilloscope98@users.noreply.github.com> Date: Tue, 10 Oct 2023 19:32:17 +0800 Subject: [PATCH] Update performance tests for dependency of bigdl-core-xe-esimd (#9124) --- .github/actions/llm/setup-llm-env/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/llm/setup-llm-env/action.yml b/.github/actions/llm/setup-llm-env/action.yml index d732904f..868cf625 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