From ebcb4ab00d6b87b830b1d82e9891345533631e55 Mon Sep 17 00:00:00 2001 From: Konrad Zawora Date: Tue, 13 Aug 2024 17:16:41 +0300 Subject: [PATCH] fix cputest job --- .github/workflows/cpu-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cpu-test.yml b/.github/workflows/cpu-test.yml index ec8802b133b19..53638d30980d8 100644 --- a/.github/workflows/cpu-test.yml +++ b/.github/workflows/cpu-test.yml @@ -12,7 +12,7 @@ on: jobs: - ruff: + cputest: runs-on: ubuntu-latest strategy: matrix: @@ -31,4 +31,4 @@ jobs: VLLM_TARGET_DEVICE=hpu python setup.py develop - name: cpu-test run: | - mypy tests --config-file pyproject.toml + VLLM_SKIP_WARMUP=true VLLM_PROMPT_SEQ_BUCKET_MAX=128 python examples/offline_inference_fakehpu.py