-
Notifications
You must be signed in to change notification settings - Fork 74
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
#4505: Add end to end demo for functional bert model #4582
Conversation
if functional_bert == ttnn_functional_bert: | ||
tt_model_name = f"ttnn_{model_name}" | ||
elif functional_bert == ttnn_optimized_functional_bert: | ||
tt_model_name = f"ttnn_optimized_{model_name}" |
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 change this to ttnn_{model_name}_optimized
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.
f"ttnn_optimized_{model_name}"
is changed to ttnn_{model_name}_optimized
415d3eb
to
85c424f
Compare
The CI tests are passing. Hence merged with the main. |
This PR has end to end demo for the functional Bert model.