Skip to content

Commit 3f53b95

Browse files
loadamsamaurya
authored andcommitted
Fixes on the accelerate side mean we do not need to skip this test (deepspeedai#6583)
HF accelerate implemented fixes here: huggingface/accelerate#3131 This means we can revert the changes from deepspeedai#6574
1 parent 61e3b16 commit 3f53b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nv-accelerate-v100.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
# force protobuf version due to issues
5454
pip install "protobuf<4.21.0"
5555
pip list
56-
pytest $PYTEST_OPTS --color=yes --durations=0 --verbose tests/deepspeed -k "not test_prepare_multiple_models_zero3_inference"
56+
pytest $PYTEST_OPTS --color=yes --durations=0 --verbose tests/deepspeed

0 commit comments

Comments
 (0)