Skip to content

Commit

Permalink
Disable fsdp fabric tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitgola005 committed Sep 5, 2024
1 parent 8e0cc9c commit 438345c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure/hpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ jobs:
displayName: 'HPU torch compile tests'
- bash: |
python -m pytest -sv tests/test_fabric/test_fsdp.py \
--hpus 1 --junitxml=hpu_test_fsdp-fabric-results.xml
# python -m pytest -sv tests/test_fabric/test_fsdp.py \
# --hpus 1 --junitxml=hpu_test_fsdp-fabric-results.xml
python -m pytest -sv tests/test_pytorch/test_fsdp.py \
--hpus 1 --junitxml=hpu_test_fsdp-results.xml
env:
Expand Down

0 comments on commit 438345c

Please sign in to comment.