Skip to content

Commit bc077a9

Browse files
authored
Update/bug template (#339)
* fix: fix bug of attention mask chosen when enabling shared context opt * feat: update the bug template * fix: fix bug of bug_report.yml
1 parent f73a2cf commit bc077a9

File tree

1 file changed

+32
-9
lines changed

1 file changed

+32
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 32 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,48 @@ name: "Bug Report"
22
description: Submit a bug report
33
labels: [ "bug" ]
44
body:
5-
- type: textarea
6-
id: description
5+
- type: input
6+
id: branch
77
attributes:
8-
label: Description
9-
description: Please share your system info with us.
10-
render: shell
11-
placeholder: branch, docker version, GPU type
8+
label: Branch/Tag/Commit
9+
description:
10+
placeholder: ex,. main
11+
validations:
12+
required: true
13+
- type: input
14+
id: docker_image_version
15+
attributes:
16+
label: Docker Image Version
17+
description:
18+
placeholder: ex,. nvcr.io/nvidia/pytorch:22.08-py3
19+
validations:
20+
required: true
21+
- type: input
22+
id: gpu_name
23+
attributes:
24+
label: GPU name
25+
description:
26+
placeholder: ex,. A100
27+
validations:
28+
required: true
29+
- type: input
30+
id: cuda_driver
31+
attributes:
32+
label: CUDA Driver
33+
description:
34+
placeholder: ex,. 515.65.01
1235
validations:
1336
required: true
14-
37+
1538
- type: textarea
1639
id: reproduced-steps
1740
attributes:
1841
label: Reproduced Steps
1942
description: Please provide the step to reproduce the bugs
2043
render: shell
2144
placeholder: |
22-
Steps to reproduce your bugs:
23-
45+
Steps to reproduce your bugs: (please list what script you run and don't say following xxx, otherwise, we will ask again and again)
46+
2447
1. docker run -ti --gpus all nvcr.io/nvidia/pytorch:22.03-py3 bash
2548
2. git clone https://github.com/NVIDIA/FasterTransformer.git
2649
3. cd FasterTransformer mkdir build && cd build

0 commit comments

Comments
 (0)