You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/1_bug_report.md
+15-88Lines changed: 15 additions & 88 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,32 @@ labels: bug
6
6
assignees: ''
7
7
---
8
8
9
+
**Before submitting an issue, please make sure it hasn't been already addressed by searching through the [existing and past issues](https://github.com/NVIDIA/TensorRT-Model-Optimizer/issues?q=is%3Aissue).**
10
+
9
11
## Describe the bug
10
12
<!-- Description of what the bug is, its impact (blocker, should have, nice to have) and any stack traces or error messages. -->
11
13
14
+
- ?
15
+
12
16
### Steps/Code to reproduce bug
13
17
<!-- Please list *minimal* steps or code snippet for us to be able to reproduce the bug. -->
14
18
<!-- A helpful guide on on how to craft a minimal bug report http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports. -->
15
19
20
+
- ?
21
+
16
22
### Expected behavior
17
23
24
+
### Who can help?
25
+
26
+
<!-- To expedite the response to your issue, it would be helpful if you could identify the appropriate person(s) to tag using the @ symbol.
27
+
If you are unsure about whom to tag, you can leave it blank, and we will make sure to involve the appropriate person. -->
28
+
29
+
- ?
30
+
18
31
## System information
19
32
33
+
<!-- Run this script to automatically collect system information: https://github.com/NVIDIA/TensorRT-Model-Optimizer/blob/main/.github/ISSUE_TEMPLATE/get_system_info.py -->
34
+
20
35
- Container used (if applicable): ?
21
36
- OS (e.g., Ubuntu 22.04, CentOS 7, Windows 10): ? <!-- If Windows, please add the `windows` label to the issue. -->
22
37
- CPU architecture (x86_64, aarch64): ?
@@ -33,91 +48,3 @@ assignees: ''
33
48
- ONNXRuntime: ?
34
49
- TensorRT: ?
35
50
- Any other details that may help: ?
36
-
37
-
<details>
38
-
<summary><b>Click to expand: Python script to automatically collect system information</b></summary>
about: Raise an issue here if you don't know how to use ModelOpt
4
+
title: ''
5
+
labels: question
6
+
assignees: ''
7
+
---
8
+
9
+
Make sure you already checked the [examples](https://github.com/NVIDIA/TensorRT-Model-Optimizer/tree/main/examples) and [documentation](https://nvidia.github.io/TensorRT-Model-Optimizer/) before submitting an issue.
10
+
11
+
## How would you like to use ModelOpt
12
+
13
+
<!-- Description of what you would like to do with ModelOpt. -->
14
+
15
+
- ?
16
+
17
+
### Who can help?
18
+
19
+
<!-- To expedite the response to your issue, it would be helpful if you could identify the appropriate person(s) to tag using the @ symbol.
20
+
If you are unsure about whom to tag, you can leave it blank, and we will make sure to involve the appropriate person. -->
21
+
22
+
- ?
23
+
24
+
## System information
25
+
26
+
<!-- Run this script to automatically collect system information: https://github.com/NVIDIA/TensorRT-Model-Optimizer/blob/main/.github/ISSUE_TEMPLATE/get_system_info.py -->
27
+
28
+
- Container used (if applicable): ?
29
+
- OS (e.g., Ubuntu 22.04, CentOS 7, Windows 10): ? <!-- If Windows, please add the `windows` label to the issue. -->
0 commit comments