|
| 1 | +name: "Bug Report" |
| 2 | +description: Submit a bug report to help us improve TensorRT-LLM backend |
| 3 | +labels: [ "bug" ] |
| 4 | +body: |
| 5 | + - type: textarea |
| 6 | + id: system-info |
| 7 | + attributes: |
| 8 | + label: System Info |
| 9 | + description: Please share your system info with us. |
| 10 | + placeholder: | |
| 11 | + - CPU architecture (e.g., x86_64, aarch64) |
| 12 | + - CPU/Host memory size (if known) |
| 13 | + - GPU properties |
| 14 | + - GPU name (e.g., NVIDIA H100, NVIDIA A100, NVIDIA L40S) |
| 15 | + - GPU memory size (if known) |
| 16 | + - Clock frequencies used (if applicable) |
| 17 | + - Libraries |
| 18 | + - TensorRT-LLM branch or tag (e.g., main, v0.7.1) |
| 19 | + - TensorRT-LLM commit (if known) |
| 20 | + - Versions of TensorRT, AMMO, CUDA, cuBLAS, etc. used |
| 21 | + - Container used (if running TensorRT-LLM in a container) |
| 22 | + - NVIDIA driver version |
| 23 | + - OS (Ubuntu 22.04, CentOS 7, Windows 10) |
| 24 | + - Docker image version |
| 25 | + - Any other information that may be useful in reproducing the bug |
| 26 | + validations: |
| 27 | + required: true |
| 28 | + |
| 29 | + - type: textarea |
| 30 | + id: who-can-help |
| 31 | + attributes: |
| 32 | + label: Who can help? |
| 33 | + description: | |
| 34 | + To expedite the response to your issue, it would be helpful if you could identify the appropriate person |
| 35 | + to tag using the **@** symbol. Here is a general guideline on **whom to tag**. |
| 36 | +
|
| 37 | + Rest assured that all issues are reviewed by the core maintainers. If you are unsure about whom to tag, |
| 38 | + you can leave it blank, and a core maintainer will make sure to involve the appropriate person. |
| 39 | +
|
| 40 | + Please tag fewer than 3 people. |
| 41 | +
|
| 42 | + Quantization: @Tracin |
| 43 | +
|
| 44 | + Documentation: @juney-nvidia |
| 45 | +
|
| 46 | + Feature request: @ncomly-nvidia |
| 47 | +
|
| 48 | + Performance: @kaiyux |
| 49 | +
|
| 50 | + Others: @byshiue @schetlur-nv |
| 51 | +
|
| 52 | + placeholder: "@Username ..." |
| 53 | + |
| 54 | + - type: checkboxes |
| 55 | + id: information-scripts-examples |
| 56 | + attributes: |
| 57 | + label: Information |
| 58 | + description: 'The problem arises when using:' |
| 59 | + options: |
| 60 | + - label: "The official example scripts" |
| 61 | + - label: "My own modified scripts" |
| 62 | + |
| 63 | + - type: checkboxes |
| 64 | + id: information-tasks |
| 65 | + attributes: |
| 66 | + label: Tasks |
| 67 | + description: "The tasks I am working on are:" |
| 68 | + options: |
| 69 | + - label: "An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)" |
| 70 | + - label: "My own task or dataset (give details below)" |
| 71 | + |
| 72 | + - type: textarea |
| 73 | + id: reproduction |
| 74 | + validations: |
| 75 | + required: true |
| 76 | + attributes: |
| 77 | + label: Reproduction |
| 78 | + description: | |
| 79 | + Kindly share a code example that demonstrates the issue you encountered. It is recommending to provide a code snippet directly. |
| 80 | + Additionally, if you have any error messages, or stack traces related to the problem, please include them here. |
| 81 | +
|
| 82 | + Remember to use code tags to properly format your code. You can refer to the |
| 83 | + link https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks#syntax-highlighting for guidance on code formatting. |
| 84 | +
|
| 85 | + Please refrain from using screenshots, as they can be difficult to read and prevent others from copying and pasting your code. |
| 86 | + It would be most helpful if we could reproduce your issue by simply copying and pasting your scripts and codes. |
| 87 | +
|
| 88 | + placeholder: | |
| 89 | + Steps to reproduce the behavior: |
| 90 | +
|
| 91 | + 1. |
| 92 | + 2. |
| 93 | + 3. |
| 94 | +
|
| 95 | + - type: textarea |
| 96 | + id: expected-behavior |
| 97 | + validations: |
| 98 | + required: true |
| 99 | + attributes: |
| 100 | + label: Expected behavior |
| 101 | + description: "Provide a brief summary of the expected behavior of the software. Provide output files or examples if possible." |
| 102 | + |
| 103 | + - type: textarea |
| 104 | + id: actual-behavior |
| 105 | + validations: |
| 106 | + required: true |
| 107 | + attributes: |
| 108 | + label: actual behavior |
| 109 | + description: "Describe the actual behavior of the software and how it deviates from the expected behavior. Provide output files or examples if possible." |
| 110 | + |
| 111 | + - type: textarea |
| 112 | + id: additioanl-notes |
| 113 | + validations: |
| 114 | + required: true |
| 115 | + attributes: |
| 116 | + label: additional notes |
| 117 | + description: "Provide any additional context here you think might be useful for the TensorRT-LLM team to help debug this issue (such as experiments done, potential things to investigate)." |
0 commit comments