Skip to content

Add ModelParallel layout map for Mistral, with a shared distribution-test helper #3679

Add ModelParallel layout map for Mistral, with a shared distribution-test helper

Add ModelParallel layout map for Mistral, with a shared distribution-test helper #3679

Workflow file for this run

name: 'Labeler'
on:
issues:
types: [edited, opened]
pull_request_target: # zizmor: ignore[dangerous-triggers]
types: [opened, edited]
permissions:
contents: read
issues: write
pull-requests: write
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
ref: ${{ github.event.repository.default_branch }}
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
with:
script: |
const script = require('./\.github/workflows/scripts/labeler.js')
script({github, context})