Skip to content

Commit

Permalink
fix cputest job
Browse files Browse the repository at this point in the history
  • Loading branch information
kzawora-intel committed Aug 13, 2024
1 parent 08c9cf3 commit ebcb4ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpu-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:


jobs:
ruff:
cputest:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -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

0 comments on commit ebcb4ab

Please sign in to comment.