22 lines
719 B
Markdown
22 lines
719 B
Markdown
---
|
|
name: Bug / Issue
|
|
about: Bug / Issue
|
|
title: "[Bug] Please fill in your issue title here."
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
Note: Please do not remove the questions. Answer beside them.
|
|
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? Please link!
|
|
5. Which Unsloth version, TRL version, transformers version, PyTorch version?
|
|
6. Which trainer? `SFTTrainer`, `GRPOTrainer` etc
|
|
|
|
```python
|
|
Put Minimal code to reproduce error here ###Remove Hugging Face token###
|
|
###Please make sure to check formatting properly, edit if needed.###
|
|
```
|
|
|
|
🦥 You can also ask via our Reddit page: https://reddit.com/r/unsloth/
|