-
Notifications
You must be signed in to change notification settings - Fork 96
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
Do not create Architecture-specific release Docker images. #17040
Comments
dimitri-tenstorrent
added a commit
that referenced
this issue
Jan 23, 2025
dimitri-tenstorrent
added a commit
that referenced
this issue
Jan 23, 2025
6 tasks
dimitri-tenstorrent
added a commit
that referenced
this issue
Jan 24, 2025
dimitri-tenstorrent
added a commit
that referenced
this issue
Jan 24, 2025
dimitri-tenstorrent
added a commit
that referenced
this issue
Jan 24, 2025
dimitri-tenstorrent
added a commit
that referenced
this issue
Jan 24, 2025
dimitri-tenstorrent
added a commit
that referenced
this issue
Jan 24, 2025
### Ticket #17040 ### Problem description Since the ARCH_NAME dependency was removed, there is no longer a reason to have multiple images. ### What's changed - Change the workflows to generate only a single release image. - Update the documentation - Change paths in the Docker registry ### Checklist - [x] Post commit CI passes - [ ] Blackhole Post commit (if applicable) - [ ] Model regression CI testing passes (if applicable) - [ ] Device performance regression CI testing passes (if applicable) - [ ] **(For models and ops writers)** Full [new models](https://github.com/tenstorrent/tt-metal/actions/workflows/full-new-models-suite.yaml) tests passes - [ ] New/Existing tests provide coverage for changes
patrickroberts
pushed a commit
that referenced
this issue
Jan 25, 2025
### Ticket #17040 ### Problem description Since the ARCH_NAME dependency was removed, there is no longer a reason to have multiple images. ### What's changed - Change the workflows to generate only a single release image. - Update the documentation - Change paths in the Docker registry ### Checklist - [x] Post commit CI passes - [ ] Blackhole Post commit (if applicable) - [ ] Model regression CI testing passes (if applicable) - [ ] Device performance regression CI testing passes (if applicable) - [ ] **(For models and ops writers)** Full [new models](https://github.com/tenstorrent/tt-metal/actions/workflows/full-new-models-suite.yaml) tests passes - [ ] New/Existing tests provide coverage for changes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@blozano-tt has removed the requirement of ARCH_NAME in the code and the wheel is architecture agnostic. Do not create multiple release images now that they are not necessary.
The text was updated successfully, but these errors were encountered: