Spaces:
Running
Running
Update issue templates
Browse files
.github/ISSUE_TEMPLATE/bug_report.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: Bug report
|
| 3 |
+
about: Create a report to help us improve
|
| 4 |
+
title: ''
|
| 5 |
+
labels: ''
|
| 6 |
+
assignees: ''
|
| 7 |
+
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
**Describe the bug**
|
| 11 |
+
A clear and concise description of what the bug is.
|
| 12 |
+
|
| 13 |
+
**To Reproduce**
|
| 14 |
+
Steps to reproduce the behavior:
|
| 15 |
+
1. In '...' directory, run command '...'
|
| 16 |
+
2. See error (please copy&paste full log and stacktraces).
|
| 17 |
+
|
| 18 |
+
Please copy&paste text instead of screenshots for better searchability.
|
| 19 |
+
|
| 20 |
+
**Expected behavior**
|
| 21 |
+
A clear and concise description of what you expected to happen.
|
| 22 |
+
|
| 23 |
+
**Screenshots**
|
| 24 |
+
If applicable, add screenshots to help explain your problem.
|
| 25 |
+
|
| 26 |
+
**Desktop (please complete the following information):**
|
| 27 |
+
- OS: [e.g. Linux Ubuntu 20.04, Windows 10]
|
| 28 |
+
- PyTorch version (e.g., pytorch 1.7.1)
|
| 29 |
+
- CUDA toolkit version (e.g., CUDA 11.0)
|
| 30 |
+
- NVIDIA driver version
|
| 31 |
+
- GPU [e.g., Titan V, RTX 3090]
|
| 32 |
+
- Docker: did you use Docker? If yes, specify docker image URL (e.g., nvcr.io/nvidia/pytorch:20.12-py3)
|
| 33 |
+
|
| 34 |
+
**Additional context**
|
| 35 |
+
Add any other context about the problem here.
|