-
Notifications
You must be signed in to change notification settings - Fork 79
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
#13332: add ttnn implementation for Bert-Tiny model #13471
base: main
Are you sure you want to change the base?
Conversation
0298e2a
to
14bb9c3
Compare
14bb9c3
to
9f55464
Compare
ad474d6
to
844f09f
Compare
7b6a28c
to
12f8b6c
Compare
We need to see the Actions that contain the newly added CI tests to be launched and link posted here. The tests have to pass before the PR is approved. See an example here: #15005 (comment) |
6b0f86c
to
7c6de54
Compare
Please post your passing links. I believe your integration tests is causing issues with distilbert in nightly FD. |
Will trigger CIs again and post passing links |
7c6de54
to
b4c144e
Compare
"batch_size", | ||
((8),), | ||
) | ||
def test_bert_output_inference( |
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.
does this test run anywhere?
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.
This is a sub-module test for Bert-Tiny model and this is tested in CIs.
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.
I see test_performance is calling test_bert_tiny.py::test_bert_for_question_answering but I cannot find any where this is called. Maybe I am missing it? Where is call for this test?
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.
test_bert_tiny.py::test_bert_for_question_answering is present in the below mentioned path tests/ttnn/integration_tests/bert_tiny/test_bert_tiny.py
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.
I am asking which function is calling test_bert_output_inference
. Does this test run anywhere?
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.
No, this isn't running anywhere; it's simply a test to test that specific sub-module.
b4c144e
to
0c41f9c
Compare
CI links: |
There have been some instability issues with GS device perf. I have rebooted the machine |
0c41f9c
to
c8dafd6
Compare
All post-commit tests : Link (All Passed) |
b30e5d9
to
ccd7ec9
Compare
ccd7ec9
to
b345e57
Compare
CI links Can this be merged into the main? |
Ticket
Link to Github Issue
Problem description
Add ttnn implementation for BERT-Tiny model.
What's changed
ttnn support is enabled for BERT-Tiny model along with demo, e2e device and test perf.
Checklist