Conversation
There was a problem hiding this comment.
Consider changing to "refer to the ..."
There was a problem hiding this comment.
Change to 2025 Tenstorrent ULC?
esmalTT
left a comment
There was a problem hiding this comment.
Please add tests to the nightly pipeline and post CI results before requesting review
a3a36f1 to
3a4c2d6
Compare
3a4c2d6 to
8a3353a
Compare
8a3353a to
ae96dd1
Compare
ae96dd1 to
e10ee7e
Compare
There was a problem hiding this comment.
Looks good. 👍
Please address mine and @bbradelTT's comments before merging. You may want to run pipeline to make sure the changes are good before hitting merge.
In the future, I think we should avoid putting "functional" in the package name.
I don't think we'll ever have a slow and fast version of the model in the repository at once, and when the model graduates to "non-functional" it can cause a lot of unnecessary toil to remove the function prefix from the name.
| return output_tensor | ||
|
|
||
|
|
||
| class Conv_split: |
There was a problem hiding this comment.
Use TitleCase for class names in PEP8
| @@ -0,0 +1,168 @@ | |||
| # SPDX-FileCopyrightText: © 2025 Tenstorrent Inc. | |||
|
|
|||
| # SPDX-License-Identifier: Apache-2.0 | |||
There was a problem hiding this comment.
Does this test require the MLPerf model cache?
There was a problem hiding this comment.
@tt-rkim no. We are downloading weights on the fly.
415fa4d to
6a1313b
Compare
12d874c to
1a0139d
Compare
### Ticket Link to Github Issue #13272 ### Problem description - Add ttnn support for the Vanilla Unet model. ### What's changed - Added Reference pipeline for Vanilla Unet. - Added ttnn support for the model. ### Checklist - [x] [All post commit](https://github.com/tenstorrent/tt-metal/actions/runs/14105906158) CI passes - [x] [(Single-card) Frequent model and ttnn tests](https://github.com/tenstorrent/tt-metal/actions/runs/14100589034/job/39496118019) CI passes (if applicable) --------- Co-authored-by: Sudhanshu Singhal <ssinghal@tenstorrent.com> Co-authored-by: Dalar Vartanians <132954887+dvartaniansTT@users.noreply.github.com> Co-authored-by: Dalar Vartanians <dvartanians@tenstorrent.com>
Ticket
Link to Github Issue
#13272
Problem description
What's changed
Checklist