-
Notifications
You must be signed in to change notification settings - Fork 87
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
#13396: Add data parallel support for distilbert model #13158
Conversation
df61606
to
974b2d8
Compare
models/demos/wormhole/distilbert/tt/ttnn_optimized_distilbert.py
Outdated
Show resolved
Hide resolved
models/demos/wormhole/distilbert/tt/ttnn_optimized_distilbert.py
Outdated
Show resolved
Hide resolved
974b2d8
to
5861384
Compare
5861384
to
4fa79e0
Compare
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.
Looks good, but please fix the device perf threshold. It's off
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.
not reviewing*
Sure. |
5455398
to
1cb1f79
Compare
Looks good. I approved. |
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.
please do not merge until you address my questions
1cb1f79
to
024e44f
Compare
Sure @uaydonat, Sudharsan has responded to it. |
024e44f
to
44f4322
Compare
6135e0b
to
fc6e4be
Compare
13cf49e
to
6b1f98f
Compare
243e94f
to
e45edd0
Compare
d4b8ed4
to
71badf5
Compare
71badf5
to
33c159d
Compare
The CIs are passing Merging the PR with main. |
Problem description
The DistilBERT model is configured to run on either N150 or N300, depending on the available machine.
Checklist