From aeaa9299a3ac5526fbdab6d4a3ccbb9754020061 Mon Sep 17 00:00:00 2001 From: Michael Goin Date: Wed, 7 Aug 2024 07:40:14 -0600 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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**