diff --git a/.github/ISSUE_TEMPLATE/bug---issue.md b/.github/ISSUE_TEMPLATE/bug---issue.md index 28495385bb..88683132f9 100644 --- a/.github/ISSUE_TEMPLATE/bug---issue.md +++ b/.github/ISSUE_TEMPLATE/bug---issue.md @@ -10,9 +10,11 @@ assignees: '' 1. Did you update? `pip install --upgrade unsloth unsloth_zoo` 2. `Colab` or `Kaggle` or local / cloud 3. Number GPUs used, use `nvidia-smi` -4. Which notebook? -5. Paste `Unsloth` printout with :sloth: sloth emoji +4. Which notebook? Please link! +5. Which Unsloth version, TRL version, transformers version, PyTorch version? 6. Which trainer? `SFTTrainer`, `GRPOTrainer` etc -7. **Minimal code to reproduce error Remove Hugging Face token!** 🦥 You can also ask via our Reddit page: https://www.reddit.com/r/unsloth/ +```python +Put Minimal code to reproduce error here ###Remove Hugging Face token### +```