forked from NVIDIA/Megatron-LM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from NVIDIA/master
Master
- Loading branch information
Showing
794 changed files
with
106,942 additions
and
12,754 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[html] | ||
directory = coverage | ||
|
||
[run] | ||
data_file = .coverage_$LOCAL_RANK |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
name: BUG | ||
about: Report a bug that needs attention | ||
title: "[BUG]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior. The easier it is to reproduce the faster it will get maintainer attention. | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Stack trace/logs** | ||
If applicable, add the stack trace or logs from the time of the error. | ||
|
||
**Environment (please complete the following information):** | ||
- Megatron-LM commit ID | ||
- PyTorch version | ||
- CUDA version | ||
- NCCL version | ||
|
||
**Proposed fix** | ||
If you have a proposal for how to fix the issue state it here or link to a PR. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: ENHANCEMENT | ||
about: Suggest an idea to improve this project | ||
title: "[ENHANCEMENT]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Proposed implementation** | ||
If you have a proposed implementation for the feature state it here or link to a PR. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
name: QUESTION | ||
about: Ask a question about Megatron-LM that is not a bug, regression or enhancement | ||
request | ||
title: "[QUESTION]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Your question** | ||
Ask a clear and concise question about Megatron-LM. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
name: REGRESSION | ||
about: Report a regression in speed or accuracy due to a Megatron-LM update | ||
title: "[REGRESSION]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the regression** | ||
A clear and concise description of what the regression is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior. The easier it is to reproduce the faster it will get maintainer attention. | ||
|
||
**Previous performance** | ||
What speed or accuracy did you previously see. | ||
|
||
**New performance** | ||
What speed or accuracy do you see after the update. | ||
|
||
**Stack trace/logs** | ||
If applicable, add the stack trace or logs related to the regression. | ||
|
||
**Environment (please complete the following information):** | ||
- Previous Megatron-LM commit ID | ||
- New Megatron-LM commit ID | ||
- Previous PyTorch version | ||
- New PyTorch version | ||
- Previous CUDA version | ||
- New CUDA version | ||
- Previous NCCL version | ||
- New NCCL version | ||
|
||
**Proposed fix** | ||
If you have a proposal for how to fix the issue state it here or link to a PR. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time. | ||
# | ||
# You can adjust the behavior by modifying this file. | ||
# For more information, see: | ||
# https://github.com/actions/stale | ||
name: Mark stale issues and pull requests | ||
|
||
on: | ||
schedule: | ||
- cron: '15 18 * * *' | ||
|
||
jobs: | ||
stale: | ||
|
||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
|
||
steps: | ||
- uses: actions/stale@v5 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
days-before-stale: 60 | ||
stale-issue-message: 'Marking as stale. No activity in 60 days.' | ||
stale-pr-message: 'Marking as stale. No activity in 60 days.' | ||
stale-issue-label: 'stale' | ||
stale-pr-label: 'stale' | ||
remove-stale-when-updated: true | ||
operations-per-run: 1000 | ||
days-before-close: -1 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
__pycache__ | ||
*.so | ||
build | ||
.coverage_* | ||
*.egg-info | ||
*~ | ||
slurm* | ||
logs | ||
.vscode | ||
local/ |
Oops, something went wrong.