Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from facebookresearch:main #141

Merged
merged 1 commit into from
Jul 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading