Skip to content

Commit f9aad1f

Browse files
authored
chore: Add issue template for model requests (#826)
* chore: Add issue template for model requests Signed-off-by: oliver könig <[email protected]> * copying over remaining templates Signed-off-by: oliver könig <[email protected]> --------- Signed-off-by: oliver könig <[email protected]>
1 parent e023786 commit f9aad1f

File tree

4 files changed

+81
-0
lines changed

4 files changed

+81
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve the repository or project
4+
title: ""
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
12+
A clear and concise description of what the bug is.
13+
14+
**Steps/Code to reproduce bug**
15+
16+
Please list *minimal* steps or code snippet for us to be able to reproduce the bug.
17+
18+
A helpful guide on on how to craft a minimal bug report http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports.
19+
20+
21+
**Expected behavior**
22+
23+
A clear and concise description of what you expected to happen.
24+
25+
26+
**Additional context**
27+
28+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
blank_issues_enabled: false
2+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ""
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Model Support Request
3+
about: Request conversion support and training recipes for a new model
4+
title: "<Model name> Model Support"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Add support for \<model name\> model:
11+
12+
**Please include a link to the model's HuggingFace repo**
13+
HF repo:
14+
15+
**These checklist items are required for all models in Megatron Bridge**
16+
17+
- [ ] Model providers
18+
- [ ] Model bridge for HF conversion
19+
- [ ] Unit tests (config and bridge)
20+
- [ ] Model conversion functional tests
21+
22+
**For flagship models, these items are also needed**
23+
24+
- [ ] Optimal pretraining recipe
25+
- [ ] Optimal finetuning recipe
26+
- [ ] Recipe unit tests
27+
- [ ] Recipe functional tests
28+
- [ ] End to end CI tests
29+
30+
**Additional context**
31+
Add any other context or screenshots about the model request here.

0 commit comments

Comments
 (0)