diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4835ed784..e950ced4b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,11 +13,11 @@ A clear and concise description of what you expected to happen. **Environment** Include all relevant environment information: -1. OS [e.g. Ubuntu 18.04]: +1. OS [e.g. Ubuntu 20.04]: 2. Python version [e.g. 3.7]: 3. LLM Compressor version or commit hash [e.g. 0.1.0, `f7245c8`]: -4. ML framework version(s) [e.g. torch 1.7.1]: -5. Other Python package versions [e.g. SparseZoo, DeepSparse, numpy, ONNX]: +4. ML framework version(s) [e.g. torch 2.3.1]: +5. Other Python package versions [e.g. vLLM, compressed-tensors, numpy, ONNX]: 6. Other relevant environment information [e.g. hardware, CUDA version]: **To Reproduce**