bugfix: add support for global_ordinal, local_ordinal, world_size in xla
#5163
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: Check Markdown links | |
| # https://github.com/gaurav-nelson/github-action-markdown-link-check | |
| on: | |
| push: | |
| branches: [master, "release/*"] | |
| pull_request: | |
| branches: [master, "release/*"] | |
| types: [opened, reopened, ready_for_review, synchronize] | |
| paths: | |
| - ".github/workflows/ci-check-md-links.yml" | |
| - ".github/markdown-links-config.json" | |
| - "**/*.md" | |
| jobs: | |
| check-md-links: | |
| uses: Lightning-AI/utilities/.github/workflows/check-md-links.yml@main # can be pin with >=0.14.4 | |
| with: | |
| config-file: ".github/markdown-links-config.json" | |
| base-branch: "master" | |
| force-check-all: "yes" |