Skip to content

Commit

Permalink
Fixed failing docs linkcheck (#3194)
Browse files Browse the repository at this point in the history
* Fixed docs linkcheck

* Updated actions/labeler version

* temporary enable labeler on PR

* Revert last commit
  • Loading branch information
vfdev-5 authored Feb 5, 2024
1 parent 9821184 commit 77906da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Pull Request Labeler
# if: github.event_name == 'pull_request_target'
uses: actions/labeler@v3
uses: actions/labeler@v5
with:
configuration-path: .github/pr-labeler-config.yml
repo-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion ignite/distributed/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def train_fn(local_rank, a, b, c, d=12):
idist.spawn("xla-tpu", train_fn, args=(a, b, c), kwargs_dict={"d": 23}, nproc_per_node=8)
.. _dist.init_process_group: https://pytorch.org/docs/stable/distributed.html#torch.distributed.init_process_group
.. _mp.start_processes: https://pytorch.org/docs/stable/multiprocessing.html#torch.multiprocessing.spawn
.. _mp.start_processes: https://pytorch.org/docs/stable/multiprocessing.html#torch.multiprocessing.spawn.spawn
.. _xmp.spawn: https://pytorch.org/xla/release/1.6/index.html#torch_xla.distributed.xla_multiprocessing.spawn
.. _hvd_run: https://horovod.readthedocs.io/en/latest/api.html#module-horovod.run
Expand Down

0 comments on commit 77906da

Please sign in to comment.