Skip to content

Commit

Permalink
Add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams committed Mar 15, 2024
1 parent a8180a0 commit 4e36c1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hpu-gaudi2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ jobs:
unset TORCH_CUDA_ARCH_LIST # only jit compile for current arch
set PT_HPU_LAZY_MODE=0
cd tests
pytest -n 4 --verbose unit/accelerator/test_accelerator.py
pytest -n 4 --verbose -vs unit/accelerator/test_accelerator.py unit/autotuning/test_autotuning.py
y

0 comments on commit 4e36c1d

Please sign in to comment.