diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..754c7ab11d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +name: Bug report +about: Reporting a bug +title: "[BUG]" +labels: '' +assignees: '' + +--- + +1. Have you tried uninstall Unsloth and upgrading? +```bash +pip uninstall unsloth unsloth_zoo -y +pip install --upgrade --no-deps --no-cache-dir unsloth unsloth_zoo +``` +2. If there's a bug, please print out your Unsloth info: +```python +🦥 Unsloth: Will patch your computer to enable 2x faster free finetuning. +==((====))== Unsloth 2024.8: Fast Llama patching. Transformers = 4.44.2. + \\ /| GPU: Tesla T4. Max memory: 14.748 GB. Platform = Linux. +O^O/ \_/ \ Pytorch: 2.4.0+cu121. CUDA = 7.5. CUDA Toolkit = 12.1. +\ / Bfloat16 = FALSE. FA [Xformers = 0.0.27.post2. FA2 = False] + "-____-" Free Apache license: http://github.com/unslothai/unsloth +``` +3. Otherwise, please describe your problem below: