mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 06:58:11 -05:00
test cron job to run resnet (#10368)
This commit is contained in:
17
.github/workflows/mlperf.yml
vendored
Normal file
17
.github/workflows/mlperf.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Run MLPerf Training
|
||||
|
||||
on:
|
||||
# schedule:
|
||||
# - cron: '0 */1 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
run_script_job:
|
||||
runs-on: [self-hosted, Linux, tinyboxgreen]
|
||||
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
- name: Run resnet
|
||||
run: |
|
||||
examples/mlperf/training_submission_v5.0/tinycorp/benchmarks/resnet/implementations/tinybox_green/dev_beam.sh
|
||||
Reference in New Issue
Block a user