From 21631209a9a8a911971453531e1ccefe56d924ef Mon Sep 17 00:00:00 2001 From: Yuwen Hu <54161268+Oscilloscope98@users.noreply.github.com> Date: Fri, 27 Oct 2023 12:55:04 +0800 Subject: [PATCH] [LLM] Skip CPU performance test for now (#9291) * Skip llm cpu performance test for now * Add install for wheel package --- .github/workflows/llm_performance_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/llm_performance_tests.yml b/.github/workflows/llm_performance_tests.yml index de991822..755450c9 100644 --- a/.github/workflows/llm_performance_tests.yml +++ b/.github/workflows/llm_performance_tests.yml @@ -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