diff --git a/.github/workflows/_build-wheels-impl.yaml b/.github/workflows/_build-wheels-impl.yaml index 9e683e6a593..0d4c7179135 100644 --- a/.github/workflows/_build-wheels-impl.yaml +++ b/.github/workflows/_build-wheels-impl.yaml @@ -20,7 +20,7 @@ jobs: env: ARCH_NAME: ${{ inputs.arch }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main with: fetch-depth: 0 - uses: ./.github/actions/install-metal-deps diff --git a/.github/workflows/bisect-dispatch.yaml b/.github/workflows/bisect-dispatch.yaml index c57774cc687..2cdfc3b17b4 100644 --- a/.github/workflows/bisect-dispatch.yaml +++ b/.github/workflows/bisect-dispatch.yaml @@ -44,7 +44,7 @@ jobs: - ${{ inputs.runner-label }} - "in-service" steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dyanmic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV diff --git a/.github/workflows/build-and-unit-tests.yaml b/.github/workflows/build-and-unit-tests.yaml index d41cc9b2e62..c17c38a4eb1 100644 --- a/.github/workflows/build-and-unit-tests.yaml +++ b/.github/workflows/build-and-unit-tests.yaml @@ -48,7 +48,7 @@ jobs: LOGURU_LEVEL: INFO LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - uses: ./.github/actions/prepare-metal-run with: arch: ${{ inputs.arch }} diff --git a/.github/workflows/build-artifact.yaml b/.github/workflows/build-artifact.yaml index 649a8bd5806..50a044f843b 100644 --- a/.github/workflows/build-artifact.yaml +++ b/.github/workflows/build-artifact.yaml @@ -86,7 +86,7 @@ jobs: echo "::error title=ccache-not-provisioned::Ccache is not properly provisioned." exit 1 fi - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dynamic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV diff --git a/.github/workflows/build-docker-artifact.yaml b/.github/workflows/build-docker-artifact.yaml index 37923ef4da6..dd4a966de10 100644 --- a/.github/workflows/build-docker-artifact.yaml +++ b/.github/workflows/build-docker-artifact.yaml @@ -30,7 +30,7 @@ jobs: - build-docker - in-service steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main with: fetch-depth: 0 - name: Login to GitHub Container Registry diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 68f1ec45982..ea4099d13c9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -38,7 +38,7 @@ jobs: echo "::error title=ccache-not-provisioned::Ccache is not properly provisioned." exit 1 fi - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dynamic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV diff --git a/.github/workflows/code-analysis.yaml b/.github/workflows/code-analysis.yaml index 8c37e8f0313..27148104f44 100644 --- a/.github/workflows/code-analysis.yaml +++ b/.github/workflows/code-analysis.yaml @@ -41,7 +41,7 @@ jobs: echo "::error title=ccache-not-provisioned::Ccache is not properly provisioned." exit 1 fi - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dynamic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV diff --git a/.github/workflows/cpp-post-commit.yaml b/.github/workflows/cpp-post-commit.yaml index 51012507c4e..ef34c142234 100644 --- a/.github/workflows/cpp-post-commit.yaml +++ b/.github/workflows/cpp-post-commit.yaml @@ -58,7 +58,7 @@ jobs: - cloud-virtual-machine - in-service steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dynamic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV diff --git a/.github/workflows/cpp-ttnn-project.yaml b/.github/workflows/cpp-ttnn-project.yaml index 5de3b35dd01..874b9487569 100644 --- a/.github/workflows/cpp-ttnn-project.yaml +++ b/.github/workflows/cpp-ttnn-project.yaml @@ -22,7 +22,7 @@ jobs: steps: # Metalium - name: Clone Metalium - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Generate docker tag id: generate-docker-tag uses: ./.github/actions/generate-docker-tag diff --git a/.github/workflows/fast-dispatch-build-and-unit-tests.yaml b/.github/workflows/fast-dispatch-build-and-unit-tests.yaml index cbeed3540f6..8291c3dee52 100644 --- a/.github/workflows/fast-dispatch-build-and-unit-tests.yaml +++ b/.github/workflows/fast-dispatch-build-and-unit-tests.yaml @@ -62,7 +62,7 @@ jobs: - cloud-virtual-machine - in-service steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - uses: actions/download-artifact@v4 with: name: eager-dist-${{ matrix.os }}-${{ inputs.arch }} diff --git a/.github/workflows/fast-dispatch-full-regressions-and-models-impl.yaml b/.github/workflows/fast-dispatch-full-regressions-and-models-impl.yaml index 105ceb4c249..8909bc25436 100644 --- a/.github/workflows/fast-dispatch-full-regressions-and-models-impl.yaml +++ b/.github/workflows/fast-dispatch-full-regressions-and-models-impl.yaml @@ -76,7 +76,7 @@ jobs: LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib runs-on: ${{ matrix.test-group.runs-on }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - uses: ./.github/actions/retry-command with: timeout-seconds: 100 @@ -118,7 +118,7 @@ jobs: LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib runs-on: ["cloud-virtual-machine", "in-service", "${{ matrix.card }}"] steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - uses: ./.github/actions/retry-command with: timeout-seconds: 100 diff --git a/.github/workflows/full-regressions-and-models.yaml b/.github/workflows/full-regressions-and-models.yaml index 88c17358882..5cbe9d6b401 100644 --- a/.github/workflows/full-regressions-and-models.yaml +++ b/.github/workflows/full-regressions-and-models.yaml @@ -27,7 +27,7 @@ jobs: LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib runs-on: ["model-runner-${{ matrix.arch }}", "in-service"] steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Ensure weka mount is active run: | sudo systemctl restart mnt-MLPerf.mount diff --git a/.github/workflows/metal-run-microbenchmarks.yaml b/.github/workflows/metal-run-microbenchmarks.yaml index 851313f4c69..ef66f661618 100644 --- a/.github/workflows/metal-run-microbenchmarks.yaml +++ b/.github/workflows/metal-run-microbenchmarks.yaml @@ -27,7 +27,7 @@ jobs: LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib runs-on: ${{ matrix.runner-info.runs-on }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dynamic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV diff --git a/.github/workflows/models-post-commit.yaml b/.github/workflows/models-post-commit.yaml index f5abf9e7d42..8e14f413db4 100644 --- a/.github/workflows/models-post-commit.yaml +++ b/.github/workflows/models-post-commit.yaml @@ -54,7 +54,7 @@ jobs: - in-service - cloud-virtual-machine steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - uses: ./.github/actions/retry-command with: timeout-seconds: 100 diff --git a/.github/workflows/perf-device-models-impl.yaml b/.github/workflows/perf-device-models-impl.yaml index 26035be5531..7757285dd67 100644 --- a/.github/workflows/perf-device-models-impl.yaml +++ b/.github/workflows/perf-device-models-impl.yaml @@ -22,7 +22,7 @@ jobs: LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib runs-on: ${{ matrix.test-info.runs-on }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Ensure weka mount is active run: | sudo systemctl restart mnt-MLPerf.mount diff --git a/.github/workflows/perf-models-impl.yaml b/.github/workflows/perf-models-impl.yaml index 23e5cf33510..13159b61f16 100644 --- a/.github/workflows/perf-models-impl.yaml +++ b/.github/workflows/perf-models-impl.yaml @@ -23,7 +23,7 @@ jobs: LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib runs-on: ${{ matrix.test-info.runs-on }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Enable Performance mode run: | sudo cpupower frequency-set -g performance diff --git a/.github/workflows/run-profiler-regression.yaml b/.github/workflows/run-profiler-regression.yaml index 160a0ea80fa..07290e2fc8a 100644 --- a/.github/workflows/run-profiler-regression.yaml +++ b/.github/workflows/run-profiler-regression.yaml @@ -25,7 +25,7 @@ jobs: LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib runs-on: ${{ matrix.runner-info.runs-on }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dynamic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV diff --git a/.github/workflows/single-card-demo-tests-impl.yaml b/.github/workflows/single-card-demo-tests-impl.yaml index 78fede63cb5..e6f83e1905c 100644 --- a/.github/workflows/single-card-demo-tests-impl.yaml +++ b/.github/workflows/single-card-demo-tests-impl.yaml @@ -36,7 +36,7 @@ jobs: LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib runs-on: ${{ matrix.test-group.runs-on }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Enable Performance mode if: ${{ matrix.test-group.name == 'N300_performance' }} run: | diff --git a/.github/workflows/stress-fast-dispatch-build-and-unit-tests.yaml b/.github/workflows/stress-fast-dispatch-build-and-unit-tests.yaml index 9a68888605b..c45b33ccccf 100644 --- a/.github/workflows/stress-fast-dispatch-build-and-unit-tests.yaml +++ b/.github/workflows/stress-fast-dispatch-build-and-unit-tests.yaml @@ -35,7 +35,7 @@ jobs: runs-on: ${{ matrix.runner-info.runs-on }} name: ${{ matrix.runner-info.machine-type }} ${{ matrix.runner-info.name }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dyanmic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV diff --git a/.github/workflows/stress-slow-dispatch-build-and-unit-tests.yaml b/.github/workflows/stress-slow-dispatch-build-and-unit-tests.yaml index 961938ce61c..1976249eba1 100644 --- a/.github/workflows/stress-slow-dispatch-build-and-unit-tests.yaml +++ b/.github/workflows/stress-slow-dispatch-build-and-unit-tests.yaml @@ -34,7 +34,7 @@ jobs: LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib runs-on: ${{ matrix.runner-info.runs-on }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dyanmic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV diff --git a/.github/workflows/t3000-demo-tests-impl.yaml b/.github/workflows/t3000-demo-tests-impl.yaml index daf2848b609..9ad4ab1b818 100644 --- a/.github/workflows/t3000-demo-tests-impl.yaml +++ b/.github/workflows/t3000-demo-tests-impl.yaml @@ -34,7 +34,7 @@ jobs: - pipeline-perf - ${{ inputs.extra-tag }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Enable performance mode run: | sudo cpupower frequency-set -g performance diff --git a/.github/workflows/t3000-frequent-tests-impl.yaml b/.github/workflows/t3000-frequent-tests-impl.yaml index e5eaee02f7a..fde2ede1652 100644 --- a/.github/workflows/t3000-frequent-tests-impl.yaml +++ b/.github/workflows/t3000-frequent-tests-impl.yaml @@ -38,7 +38,7 @@ jobs: - pipeline-functional - ${{ inputs.extra-tag }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - uses: ./.github/actions/ensure-active-weka-mount - name: Set up dynamic env vars for build run: | diff --git a/.github/workflows/t3000-model-perf-tests-impl.yaml b/.github/workflows/t3000-model-perf-tests-impl.yaml index 65101f7633d..efa896ad8a2 100644 --- a/.github/workflows/t3000-model-perf-tests-impl.yaml +++ b/.github/workflows/t3000-model-perf-tests-impl.yaml @@ -37,7 +37,7 @@ jobs: - pipeline-perf - ${{ inputs.extra-tag }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Enable performance mode run: | sudo cpupower frequency-set -g performance diff --git a/.github/workflows/t3000-nightly-tests-impl.yaml b/.github/workflows/t3000-nightly-tests-impl.yaml index 7c74411248b..7b445b3204b 100644 --- a/.github/workflows/t3000-nightly-tests-impl.yaml +++ b/.github/workflows/t3000-nightly-tests-impl.yaml @@ -29,7 +29,7 @@ jobs: - pipeline-functional - ${{ inputs.extra-tag }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dynamic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV diff --git a/.github/workflows/t3000-perplexity-tests-impl.yaml b/.github/workflows/t3000-perplexity-tests-impl.yaml index 04407410925..6779624d550 100644 --- a/.github/workflows/t3000-perplexity-tests-impl.yaml +++ b/.github/workflows/t3000-perplexity-tests-impl.yaml @@ -27,7 +27,7 @@ jobs: environment: dev runs-on: ["arch-wormhole_b0", "config-t3000", "in-service", "pipeline-perf"] steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - uses: ./.github/actions/ensure-active-weka-mount - name: Set up dynamic env vars for build run: | diff --git a/.github/workflows/t3000-profiler-tests-impl.yaml b/.github/workflows/t3000-profiler-tests-impl.yaml index ee74b1af832..c1d5cf01247 100644 --- a/.github/workflows/t3000-profiler-tests-impl.yaml +++ b/.github/workflows/t3000-profiler-tests-impl.yaml @@ -29,7 +29,7 @@ jobs: LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib runs-on: ${{ matrix.test-group.runs-on }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dynamic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV diff --git a/.github/workflows/t3000-unit-tests-impl.yaml b/.github/workflows/t3000-unit-tests-impl.yaml index 96ec3b7d111..303de478fd7 100644 --- a/.github/workflows/t3000-unit-tests-impl.yaml +++ b/.github/workflows/t3000-unit-tests-impl.yaml @@ -39,7 +39,7 @@ jobs: - pipeline-functional - ${{ inputs.extra-tag }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dynamic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV diff --git a/.github/workflows/test-dispatch.yaml b/.github/workflows/test-dispatch.yaml index 3dbec152053..e998e984687 100644 --- a/.github/workflows/test-dispatch.yaml +++ b/.github/workflows/test-dispatch.yaml @@ -66,7 +66,7 @@ jobs: LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib runs-on: ${{ fromJSON(inputs.runner-label) }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Ensure weka mount is active timeout-minutes: 3 if: ${{ inputs.arch != 'blackhole' }} diff --git a/.github/workflows/tg-demo-tests.yaml b/.github/workflows/tg-demo-tests.yaml index e7151be292a..2657cb4d5af 100644 --- a/.github/workflows/tg-demo-tests.yaml +++ b/.github/workflows/tg-demo-tests.yaml @@ -32,7 +32,7 @@ jobs: LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib runs-on: ${{ matrix.test-group.runs-on }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dynamic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV diff --git a/.github/workflows/tg-frequent-tests-impl.yaml b/.github/workflows/tg-frequent-tests-impl.yaml index 760f82dca7e..3c36c91ea10 100644 --- a/.github/workflows/tg-frequent-tests-impl.yaml +++ b/.github/workflows/tg-frequent-tests-impl.yaml @@ -24,7 +24,7 @@ jobs: LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib runs-on: ${{ matrix.test-group.runs-on }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dynamic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV diff --git a/.github/workflows/tg-model-perf-tests-impl.yaml b/.github/workflows/tg-model-perf-tests-impl.yaml index 28452a355b8..300f16f8e14 100644 --- a/.github/workflows/tg-model-perf-tests-impl.yaml +++ b/.github/workflows/tg-model-perf-tests-impl.yaml @@ -32,7 +32,7 @@ jobs: LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib runs-on: ${{ matrix.test-group.runs-on }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Enable performance mode run: | sudo cpupower frequency-set -g performance diff --git a/.github/workflows/tg-nightly-tests.yaml b/.github/workflows/tg-nightly-tests.yaml index 79b9a9a9974..bee91a86e0b 100644 --- a/.github/workflows/tg-nightly-tests.yaml +++ b/.github/workflows/tg-nightly-tests.yaml @@ -27,7 +27,7 @@ jobs: LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib runs-on: ["arch-wormhole_b0", "config-tg", "in-service", "pipeline-functional"] steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - uses: ./.github/actions/retry-command with: timeout-seconds: 100 diff --git a/.github/workflows/tg-unit-tests-impl.yaml b/.github/workflows/tg-unit-tests-impl.yaml index 477e92667a7..e02fa4adc30 100644 --- a/.github/workflows/tg-unit-tests-impl.yaml +++ b/.github/workflows/tg-unit-tests-impl.yaml @@ -23,7 +23,7 @@ jobs: LOGURU_LEVEL: INFO runs-on: ${{ matrix.test-group.runs-on }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dynamic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV @@ -56,7 +56,7 @@ jobs: LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib runs-on: ${{ matrix.test-group.runs-on }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dynamic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV diff --git a/.github/workflows/tgg-demo-tests.yaml b/.github/workflows/tgg-demo-tests.yaml index b214007a4da..13f9fc3b8c5 100644 --- a/.github/workflows/tgg-demo-tests.yaml +++ b/.github/workflows/tgg-demo-tests.yaml @@ -32,7 +32,7 @@ jobs: LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib runs-on: ${{ matrix.test-group.runs-on }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dynamic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV diff --git a/.github/workflows/tgg-frequent-tests-impl.yaml b/.github/workflows/tgg-frequent-tests-impl.yaml index 09e8f323400..af54e8e89be 100644 --- a/.github/workflows/tgg-frequent-tests-impl.yaml +++ b/.github/workflows/tgg-frequent-tests-impl.yaml @@ -24,7 +24,7 @@ jobs: LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib runs-on: ${{ matrix.test-group.runs-on }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dynamic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV diff --git a/.github/workflows/tgg-model-perf-tests-impl.yaml b/.github/workflows/tgg-model-perf-tests-impl.yaml index 175b75cac6a..c79b84b8e01 100644 --- a/.github/workflows/tgg-model-perf-tests-impl.yaml +++ b/.github/workflows/tgg-model-perf-tests-impl.yaml @@ -32,7 +32,7 @@ jobs: LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib runs-on: ${{ matrix.test-group.runs-on }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Enable performance mode run: | sudo cpupower frequency-set -g performance diff --git a/.github/workflows/tgg-unit-tests-impl.yaml b/.github/workflows/tgg-unit-tests-impl.yaml index 38a43ea69a2..12d03f7686b 100644 --- a/.github/workflows/tgg-unit-tests-impl.yaml +++ b/.github/workflows/tgg-unit-tests-impl.yaml @@ -24,7 +24,7 @@ jobs: LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib runs-on: ${{ matrix.test-group.runs-on }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dynamic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV diff --git a/.github/workflows/tt-train-post-commit.yaml b/.github/workflows/tt-train-post-commit.yaml index 3e1d9123bfc..adb5b50d9aa 100644 --- a/.github/workflows/tt-train-post-commit.yaml +++ b/.github/workflows/tt-train-post-commit.yaml @@ -53,7 +53,7 @@ jobs: - cloud-virtual-machine - in-service steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dynamic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV diff --git a/.github/workflows/ttnn-post-commit.yaml b/.github/workflows/ttnn-post-commit.yaml index c3b650e45f6..49b29796b6a 100644 --- a/.github/workflows/ttnn-post-commit.yaml +++ b/.github/workflows/ttnn-post-commit.yaml @@ -68,7 +68,7 @@ jobs: - ${{ inputs.runner-label }} - "in-service" steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - uses: actions/download-artifact@v4 with: name: eager-dist-${{ matrix.os }}-${{ inputs.arch }} diff --git a/.github/workflows/ttnn-run-sweeps.yaml b/.github/workflows/ttnn-run-sweeps.yaml index bfe42d70efe..f9e835ed3fe 100644 --- a/.github/workflows/ttnn-run-sweeps.yaml +++ b/.github/workflows/ttnn-run-sweeps.yaml @@ -349,7 +349,7 @@ jobs: timeout-minutes: 30 runs-on: [build, in-service] steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dynamic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV @@ -409,7 +409,7 @@ jobs: timeout-minutes: 720 runs-on: ${{ matrix.test-group.runs-on }} steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dynamic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV diff --git a/.github/workflows/umd-unit-tests.yaml b/.github/workflows/umd-unit-tests.yaml index 385f6babfa4..d87f969355f 100644 --- a/.github/workflows/umd-unit-tests.yaml +++ b/.github/workflows/umd-unit-tests.yaml @@ -47,7 +47,7 @@ jobs: ARCH_NAME: ${{ inputs.arch }} LOGURU_LEVEL: INFO steps: - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@blozano-consolidate + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main - name: Set up dynamic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV