Skip to content

(T3K) T3000 perplexity tests #2

(T3K) T3000 perplexity tests

(T3K) T3000 perplexity tests #2

name: "(T3K) T3000 perplexity tests"
on:
workflow_dispatch:
schedule:
- cron: "0 12 * * 6" # This cron schedule runs the workflow every saturday at 12pm
jobs:
build-artifact:
uses: ./.github/workflows/build-artifact.yaml
secrets: inherit
t3000-model-accuracy-perplexity-tests:
needs: build-artifact
secrets: inherit
uses: ./.github/workflows/t3000-perplexity-tests-impl.yaml