Skip to content

Commit

Permalink
Only run some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams committed Mar 14, 2024
1 parent 7f963d3 commit 992123c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hpu-gaudi2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
- name: Unit tests
run: |
unset TORCH_CUDA_ARCH_LIST # only jit compile for current arch
set PT_HPU_LAZY_MODE=0
cd tests
pytest -n 4 --verbose unit/
pytest -m 'sequential' unit/
pytest -n 4 --verbose unit/ -k "test_accelerator and test_autotuning"

0 comments on commit 992123c

Please sign in to comment.