Skip to content

Commit

Permalink
Fixes on the accelerate side mean we do not need to skip this test (#…
Browse files Browse the repository at this point in the history
…6583)

HF accelerate implemented fixes here:
huggingface/accelerate#3131

This means we can revert the changes from #6574
  • Loading branch information
loadams authored Sep 27, 2024
1 parent d4e1895 commit 828ddfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nv-accelerate-v100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
# tmp fix: force newer datasets version
#pip install "datasets>=2.0.0"
pip list
pytest $PYTEST_OPTS --color=yes --durations=0 --verbose tests/deepspeed -k "not test_prepare_multiple_models_zero3_inference"
pytest $PYTEST_OPTS --color=yes --durations=0 --verbose tests/deepspeed

0 comments on commit 828ddfb

Please sign in to comment.