Skip to content

Commit

Permalink
Rename references of master into main (facebookresearch#2714)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 authored Jul 14, 2023
1 parent a7b9770 commit 93f7ac6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="https://raw.githubusercontent.com/facebookresearch/hydra/master/website/static/img/Hydra-Readme-logo2.svg" alt="logo" width="70%" /></p>
<p align="center"><img src="https://raw.githubusercontent.com/facebookresearch/hydra/main/website/static/img/Hydra-Readme-logo2.svg" alt="logo" width="70%" /></p>

<p align="center">
<a href="https://pypi.org/project/hydra-core/">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"}
Expand Down

0 comments on commit 93f7ac6

Please sign in to comment.