-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skip failures #39
skip failures #39
Conversation
def test_config(self): | ||
self.config_tester.run_common_tests() | ||
|
||
|
||
@skipIfRocm | ||
def test_determinism(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where did these tests come from ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
every function I added like this is coming from an inherited general test class which works on its own and for other models but is showing failure for that specific model in this case it is coming from ModelTesterMixin class from
transformers/tests/test_modeling_common.py
Line 553 in e58394e
def test_determinism(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* skip failures * navi31 skip * mi300 skips * conversational test backwards compatability * mi300 skips
* skip failures * navi31 skip * mi300 skips * conversational test backwards compatability * mi300 skips
* skip failures * navi31 skip * mi300 skips * conversational test backwards compatability * mi300 skips
* skip failures * navi31 skip * mi300 skips * conversational test backwards compatability * mi300 skips
* skip failures * navi31 skip * mi300 skips * conversational test backwards compatability * mi300 skips
* skip failures * navi31 skip * mi300 skips * conversational test backwards compatability * mi300 skips
* skip failures * navi31 skip * mi300 skips * conversational test backwards compatability * mi300 skips
* skip failures * navi31 skip * mi300 skips * conversational test backwards compatability * mi300 skips
* skip failures * navi31 skip * mi300 skips * conversational test backwards compatability * mi300 skips
* skip failures * navi31 skip * mi300 skips * conversational test backwards compatability * mi300 skips
* skip failures * navi31 skip * mi300 skips * conversational test backwards compatability * mi300 skips
skip failures for internal testing