Skip to content

Commit

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

0 comments on commit e5fd324

Please sign in to comment.