Upload ms-swift/.github/ISSUE_TEMPLATE/bug_report.md with huggingface_hub
Browse files
ms-swift/.github/ISSUE_TEMPLATE/bug_report.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
What the bug is, and how to reproduce, better with screenshots(描述bug以及复现过程,最好有截图)
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
**Your hardware and system info**
|
| 15 |
+
Write your system info like CUDA version/system/GPU/torch version here(在这里给出硬件信息和系统信息,如CUDA版本,系统,GPU型号和torch版本等)
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
**Additional context**
|
| 19 |
+
Add any other context about the problem here(在这里补充其他信息)
|