[LLM] Skip CPU performance test for now (#9291)

* Skip llm cpu performance test for now

* Add install for wheel package
This commit is contained in:
Yuwen Hu 2023-10-27 12:55:04 +08:00 committed by GitHub
parent 46ab0419b8
commit 21631209a9

View file

@ -26,6 +26,7 @@ jobs:
llm-cpp-build:
uses: ./.github/workflows/llm-binary-build.yml
llm-performance-test:
if: false # skip cpu performance test for now; may add it back with separated runner
needs: llm-cpp-build
strategy:
fail-fast: false
@ -99,6 +100,7 @@ jobs:
shell: bash
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade wheel
python -m pip install --upgrade omegaconf
python -m pip install --upgrade pandas
python -m pip install --upgrade einops