Update baseline number for vit-base-patch16-224-in21k on G1 and G2 #1660
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Resolve test case failure observed for model vit-base-patch16-224-in21k with PyTorch 2.5 version
PR does the follow:
( Referenced the implementation of --sdp_on_bf16 from the related pull request : #1555 )
Test Results :
tests/test_examples.py::ImageClassificationExampleTester::test_run_image_classification_vit-base-patch16-224-in21k_single_card
tests/test_examples.py::ImageClassificationExampleTester::test_run_image_classification_vit-base-patch16-224-in21k_multi_card
Gaudi 1 single and multi card
PASSED
1 passed, 33 deselected in 205.85s (0:03:25)
PASSED
1 passed, 33 deselected in 126.20s (0:02:06)
Gaudi 2 single and multi card
PASSED
1 passed, 69 deselected in 91.75s (0:01:31)
PASSED
1 passed, 69 deselected in 57.03s
-make style
ruff check . setup.py --fix
All checks passed!
ruff format . setup.py
410 files left unchanged
Before submitting