Skip to content

Add reduce scatter perf to tg #476

Add reduce scatter perf to tg

Add reduce scatter perf to tg #476

name: "(TG) TG model perf tests"
on:
workflow_dispatch:
schedule:
- cron: "0 */12 * * *" # This cron schedule runs the workflow every 12 hours
jobs:
build-artifact-profiler:
uses: ./.github/workflows/build-artifact.yaml
with:
arch: '["wormhole_b0"]'
tracy: true
secrets: inherit
build-artifact-profiler:

Check failure on line 15 in .github/workflows/tg-model-perf-tests.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/tg-model-perf-tests.yaml

Invalid workflow file

You have an error in your yaml syntax on line 15
uses: ./.github/workflows/build-artifact.yaml
with:
arch: '["wormhole_b0"]'
tracy: true
secrets: inherit
tg-model-perf-tests:
needs: build-artifact-profiler
secrets: inherit
uses: ./.github/workflows/tg-model-perf-tests-impl.yaml