Skip to content

Gha multi gpu

Gha multi gpu #25

Workflow file for this run

name: Train models
on:
pull_request:
branches:
- main
concurrency:
group: pull_request-${{ github.head_ref }}
cancel-in-progress: true
jobs:
pid-2016MagUp-Sim10b:
uses: LamarrSim/release-models/.github/workflows/release.yaml@main
permissions:
contents: write
pull-requests: write
with:
name: pp-2016-MU-Sim10b-${{ github.head_ref }}
snakemake_dir: pidgan
target: cache_container validate_all
model_prefix: pid
additional_config: |
storage_folder: pid-2016MagUp-Sim10b
additional_profile: |
jobs: 1
generated_model_path: /tmp/compiled_model.c
secrets:
SECRETS_YAML: ${{ secrets.STORAGE_SECRETS }}