From 93f7ac617c34201b602afd6a838ae07658d62888 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Fri, 14 Jul 2023 19:57:02 -0400 Subject: [PATCH] Rename references of `master` into `main` (#2714) --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- README.md | 2 +- .../hydra_plugins/hydra_submitit_launcher/config.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index dceca8f23bf..def0431fb10 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ (Write your motivation for proposed changes here.) -### Have you read the [Contributing Guidelines on pull requests](https://github.com/facebookresearch/hydra/blob/master/CONTRIBUTING.md)? +### Have you read the [Contributing Guidelines on pull requests](https://github.com/facebookresearch/hydra/blob/main/CONTRIBUTING.md)? Yes/No diff --git a/README.md b/README.md index 7b41040881b..fcbe4f5c56d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

logo

+

logo

diff --git a/plugins/hydra_submitit_launcher/hydra_plugins/hydra_submitit_launcher/config.py b/plugins/hydra_submitit_launcher/hydra_plugins/hydra_submitit_launcher/config.py index c6ccb1228b2..6da5658a862 100644 --- a/plugins/hydra_submitit_launcher/hydra_plugins/hydra_submitit_launcher/config.py +++ b/plugins/hydra_submitit_launcher/hydra_plugins/hydra_submitit_launcher/config.py @@ -38,7 +38,7 @@ class SlurmQueueConf(BaseQueueConf): ) # Params are used to configure sbatch, for more info check: - # https://github.com/facebookincubator/submitit/blob/master/submitit/slurm/slurm.py + # https://github.com/facebookincubator/submitit/blob/main/submitit/slurm/slurm.py # Following parameters are slurm specific # More information: https://slurm.schedmd.com/sbatch.html @@ -64,7 +64,7 @@ class SlurmQueueConf(BaseQueueConf): # Change this only after you confirmed your code can handle re-submission # by properly resuming from the latest stored checkpoint. # check the following for more info on slurm_max_num_timeout - # https://github.com/facebookincubator/submitit/blob/master/docs/checkpointing.md + # https://github.com/facebookincubator/submitit/blob/main/docs/checkpointing.md max_num_timeout: int = 0 # Useful to add parameters which are not currently available in the plugin. # Eg: {"mail-user": "blublu@fb.com", "mail-type": "BEGIN"}