Update issue templates
This commit is contained in:
parent
2f08550068
commit
999fd6e192
1 changed files with 24 additions and 0 deletions
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -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:
|
||||
Loading…
Add table
Add a link
Reference in a new issue