Skip to content

Commit d6e0931

Browse files
authored
Create issue template
1 parent af6eedf commit d6e0931

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us reproduce and fix the issue
4+
---
5+
6+
**Before submitting a bug, please make sure the issue hasn't been already addressed by searching through the [FAQs](https://ai.meta.com/llama/faq/) and [existing/past issues](https://github.com/facebookresearch/llama/issues)**
7+
8+
## Describe the bug
9+
<Please provide a clear and concise description of what the bug is. If relevant, please include a _minimal_ (least lines of code necessary) _reproducible_ (running this will give us the same result as you get) code snippet. Make sure to include the relevant imports.>
10+
11+
### Minimal reproducible example
12+
<Remember to wrap the code in ```` ```triple-quotes blocks``` ````>
13+
14+
```python
15+
# sample code to repro the bug
16+
```
17+
18+
### Output
19+
<Remember to wrap the output in ```` ```triple-quotes blocks``` ````>
20+
21+
```
22+
<paste stacktrace and other outputs here>
23+
```
24+
25+
## Runtime Environment
26+
- Model: [eg: `meta-llama-3-8b-instruct`]
27+
- Using via huggingface?: [yes/no]
28+
- OS: [eg. Linux/Ubuntu, Windows]
29+
- GPU VRAM:
30+
- Number of GPUs:
31+
- GPU Make: [eg: Nvidia, AMD, Intel]
32+
33+
**Additional context**
34+
Add any other context about the problem or environment here.

0 commit comments

Comments
 (0)