Skip to content

(TG) TG model perf tests #415

(TG) TG model perf tests

(TG) TG model perf tests #415

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:
uses: ./.github/workflows/build-artifact.yaml
with:
arch: '["wormhole_b0"]'
secrets: inherit
tg-model-perf-tests:
needs: build-artifact
secrets: inherit
uses: ./.github/workflows/tg-model-perf-tests-impl.yaml