Skip to content
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

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

Sudharsan-V
Copy link
Contributor

This PR has end to end demo for the functional Bert model.

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}"
Copy link
Contributor

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

Copy link
Contributor Author

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

@Sudharsan-V Sudharsan-V merged commit ab4ff86 into main Jan 23, 2024
26 checks passed
@Sudharsan-V
Copy link
Contributor Author

The CI tests are passing. Hence merged with the main.

@arakhmati arakhmati deleted the sudharsan/functional_bert_demo branch February 29, 2024 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants