Benchmark v2 Scheduled Runner - A10 Single-GPU #7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Benchmark v2 Scheduled Runner - A10 Single-GPU | |
on: | |
schedule: | |
# Run daily at 16:30 UTC | |
- cron: "30 16 * * *" | |
pull_request: | |
types: [ opened, labeled, reopened, synchronize ] | |
jobs: | |
benchmark-v2-default: | |
name: Benchmark v2 - Default Models | |
uses: ./.github/workflows/benchmark_v2.yml | |
with: | |
runner: aws-g5-4xlarge-cache-use1-public-80 | |
commit_sha: ${{ github.sha }} | |
run_id: ${{ github.run_id }} | |
benchmark_repo_id: hf-internal-testing/transformers-daily-benchmarks | |
secrets: inherit |