Skip to content

Commit

Permalink
Add more tests and add autotuning requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams committed Mar 15, 2024
1 parent 930b3ef commit 22f4b9a
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 @@ -47,7 +47,7 @@ jobs:
- name: Install deepspeed
run: |
pip install .[dev]
pip install .[dev,autotuning]
ds_report
- name: Python environment
Expand All @@ -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
pytest -n 4 --verbose -vs unit/accelerator/test_accelerator.py unit/autotuning/test_autotuning.py unit/compression/test_compression.py

0 comments on commit 22f4b9a

Please sign in to comment.