Skip to content

Commit

Permalink
Update performance tests for dependency of bigdl-core-xe-esimd
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscilloscope98 committed Oct 10, 2023
1 parent 56f3fcd commit b59cd9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/actions/llm/setup-llm-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/llm_performance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
# Controls when the action will run.
on:
schedule:
- cron: "00 13 * * *" # GMT time, 13:00 GMT == 21:00 China
- cron: "00 14 * * *" # GMT time, 14:00 GMT == 22:00 China, schedule it after release of bigdl-core-xe & bigdl-core-xe-esimd
pull_request:
branches: [main]
paths:
Expand Down

0 comments on commit b59cd9e

Please sign in to comment.