-
Notifications
You must be signed in to change notification settings - Fork 75
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
Complete checklist for Wormhole and T3000 readiness (examples, docs, and instructions) #8764
Closed
33 of 36 tasks
Comments
tt-rkim
added
docs
Improvements or additions to documentation
infra-ci
infrastructure and/or CI changes
P1
labels
May 23, 2024
Hey @tt-rkim, thanks for creating this checklist. This covers all the tasks we discussed for WH release. |
tt-rkim
added a commit
that referenced
this issue
May 30, 2024
- Symlink installation instructions into both sets of docs so that we can have a more streamlined docs reading experience without jumping around, but also keeping instructions in one single place - Add markdown parser to sphinx build to ingest INSTALLING.md - Move jupyterlab to dev environment - Delete unused tt_gdb deps in pyproject.toml which was conflicting with rich deps in docs deps - Fix some links in docs
tt-rkim
added a commit
that referenced
this issue
May 30, 2024
Fixed up a lot of documentation to dos today BERT Large batch 7 and Mamba on the front page should be working on N300. The other two have errors. haven't started on N150 |
tt-rkim
added a commit
that referenced
this issue
May 31, 2024
- Symlink installation instructions into both sets of docs so that we can have a more streamlined docs reading experience without jumping around, but also keeping instructions in one single place - Add markdown parser to sphinx build to ingest INSTALLING.md - Move jupyterlab to dev environment - Delete unused tt_gdb deps in pyproject.toml which was conflicting with rich deps in docs deps - Fix some links in docs
tt-rkim
added a commit
that referenced
this issue
May 31, 2024
tt-rkim
added a commit
that referenced
this issue
May 31, 2024
…about data mcast example working only on GS. It doesn't run in CI anyway. Put specific note in jupyter tutorials about installing from source
tt-rkim
added a commit
that referenced
this issue
May 31, 2024
…about data mcast example working only on GS. It doesn't run in CI anyway. Put specific note in jupyter tutorials about installing from source
tt-rkim
added a commit
that referenced
this issue
May 31, 2024
…arted or else it think it's a subpoint of the previous step
tt-rkim
added a commit
that referenced
this issue
May 31, 2024
…d put notes about ttnn jupyter tutorials only working on GS for now
tt-rkim
added a commit
that referenced
this issue
Jun 3, 2024
- Symlink installation instructions into both sets of docs so that we can have a more streamlined docs reading experience without jumping around, but also keeping instructions in one single place - Add markdown parser to sphinx build to ingest INSTALLING.md - Move jupyterlab to dev environment - Delete unused tt_gdb deps in pyproject.toml which was conflicting with rich deps in docs deps - Fix some links in docs
tt-rkim
added a commit
that referenced
this issue
Jun 3, 2024
tt-rkim
added a commit
that referenced
this issue
Jun 3, 2024
…about data mcast example working only on GS. It doesn't run in CI anyway. Put specific note in jupyter tutorials about installing from source
tt-rkim
added a commit
that referenced
this issue
Jun 3, 2024
…arted or else it think it's a subpoint of the previous step
tt-rkim
added a commit
that referenced
this issue
Jun 3, 2024
…d put notes about ttnn jupyter tutorials only working on GS for now
tt-rkim
added a commit
that referenced
this issue
Jun 3, 2024
- Symlink installation instructions into both sets of docs so that we can have a more streamlined docs reading experience without jumping around, but also keeping instructions in one single place - Add markdown parser to sphinx build to ingest INSTALLING.md - Move jupyterlab to dev environment - Delete unused tt_gdb deps in pyproject.toml which was conflicting with rich deps in docs deps - Fix some links in docs
tt-rkim
added a commit
that referenced
this issue
Jun 3, 2024
tt-rkim
added a commit
that referenced
this issue
Jun 3, 2024
…about data mcast example working only on GS. It doesn't run in CI anyway. Put specific note in jupyter tutorials about installing from source
tt-rkim
added a commit
that referenced
this issue
Jul 26, 2024
tt-rkim
added a commit
that referenced
this issue
Jul 26, 2024
tt-rkim
added a commit
that referenced
this issue
Jul 26, 2024
…tion method for wheel" This reverts commit ff64254.
tt-rkim
added a commit
that referenced
this issue
Jul 26, 2024
tt-rkim
added a commit
that referenced
this issue
Jul 26, 2024
tt-rkim
added a commit
that referenced
this issue
Jul 26, 2024
tt-rkim
added a commit
that referenced
this issue
Aug 21, 2024
…hod so that it's clear what to use if you're using src/wheel and regular API/models as well
tt-rkim
added a commit
that referenced
this issue
Aug 21, 2024
…utorials test to the non-fast runtime group for ttnn post commit
tt-rkim
added a commit
that referenced
this issue
Aug 21, 2024
tt-rkim
added a commit
that referenced
this issue
Aug 21, 2024
tt-rkim
added a commit
that referenced
this issue
Aug 21, 2024
…tion method for wheel" This reverts commit ff64254.
tt-rkim
added a commit
that referenced
this issue
Aug 21, 2024
tt-rkim
added a commit
that referenced
this issue
Aug 21, 2024
tt-rkim
added a commit
that referenced
this issue
Aug 21, 2024
tt-rkim
added a commit
that referenced
this issue
Aug 21, 2024
…hod so that it's clear what to use if you're using src/wheel and regular API/models as well
tt-rkim
added a commit
that referenced
this issue
Aug 21, 2024
…utorials test to the non-fast runtime group for ttnn post commit
tt-rkim
added a commit
that referenced
this issue
Aug 21, 2024
tt-rkim
added a commit
that referenced
this issue
Aug 21, 2024
tt-rkim
added a commit
that referenced
this issue
Aug 21, 2024
…tion method for wheel" This reverts commit ff64254.
tt-rkim
added a commit
that referenced
this issue
Aug 21, 2024
tt-rkim
added a commit
that referenced
this issue
Aug 21, 2024
tt-rkim
added a commit
that referenced
this issue
Aug 21, 2024
tt-rkim
added a commit
that referenced
this issue
Aug 21, 2024
…uding new installation steps (#10420) * #8764: Add specific environment variables to use for each install method so that it's clear what to use if you're using src/wheel and regular API/models as well * #8764: Unset WH_ARCH_YAML for tutorials with a fixture and move the tutorials test to the non-fast runtime group for ttnn post commit * #8764: Put tutorials test back into fast runtime mode off section and log WH_ARCH_YAML being unset * #8764: Note that you must set these environment variables every time for source build * #8764: To revert later after review - stash away new installation method for wheel * Revert "#8764: To revert later after review - stash away new installation method for wheel" This reverts commit ff64254. * #8764: Correct reset instructions for single-card vs. T3000 in CONTRIBUTING.md * #8764: Update tt-topology requirement to 1.1.3 * #8764: Add note about models should be used from source * #8764: Move cmake and ninja-build to first dependency install section to support source install * #11709: Remove mention of full tensix grid as it's quite an advanced feature that may not be suitable for a tutorial
Closing. Remaining are:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
models/wormhole
, and current N300 nightly regression and see what works on N150grayskull
default and re-introduce wheel into releases assets #9258v80.9.3.0
and roll out to installation instructions (MIW 256)cc: @mbahnasTT @adifrancescoTT @Shubhamsaboo @TT-billteng
The text was updated successfully, but these errors were encountered: