[model] Add VideoLLaMA3 implementation #2018
Workflow file for this run
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 - MI325 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: amd-mi325-ci-1gpu | |
container_image: huggingface/transformers-pytorch-amd-gpu | |
container_options: --device /dev/kfd --device /dev/dri --env ROCR_VISIBLE_DEVICES --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache | |
commit_sha: ${{ github.sha }} | |
run_id: ${{ github.run_id }} | |
benchmark_repo_id: hf-internal-testing/transformers-daily-benchmarks | |
secrets: inherit |