Skip to content

Commit

Permalink
Enable checkpoint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitgola005 committed Nov 4, 2024
1 parent 66f4485 commit 6a4eaaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure/hpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
tests/test_pytorch/test_datamodule.py \
tests/test_pytorch/test_profiler.py \
tests/test_pytorch/test_precision.py \
tests/test_pytorch/test_checkpointing.py \
tests/test_pytorch/strategies/test_hpu_parallel.py \
tests/test_pytorch/strategies/test_hpu_ddp.py \
--hpus 1 -W ignore::FutureWarning -m "not standalone_only" \
Expand Down Expand Up @@ -155,6 +156,7 @@ jobs:
bash tests/run_standalone_tests.sh --hpus 1 -m standalone_only -f \
tests/test_pytorch/strategies/test_hpu_parallel.py \
tests/test_pytorch/test_precision.py \
tests/test_pytorch/test_checkpointing.py \
tests/test_pytorch/test_dynamic_shapes.py
displayName: Standalone-only single card tests
Expand Down

0 comments on commit 6a4eaaa

Please sign in to comment.