36 lines
1020 B
Markdown
36 lines
1020 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: "[BUG]"
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## Description 🐛
|
|
Please provide a clear and concise description of the bug. What went wrong?
|
|
|
|
## Steps to Reproduce 🔍
|
|
Steps to reproduce the behavior:
|
|
1. Go to '...'
|
|
2. Run command '....'
|
|
3. Provide input '....'
|
|
4. See error
|
|
|
|
## Expected Behavior 🤔
|
|
What did you expect to happen instead?
|
|
|
|
## Screenshots or Logs 📸
|
|
If applicable, add screenshots or logs to help explain your problem. This can include terminal output or error messages.
|
|
|
|
## Environment 🖥️
|
|
- **OS**: [e.g., Ubuntu 20.04]
|
|
- **Python Version**: [e.g., 3.9]
|
|
- **PyTorch Version**: [e.g., 2.0]
|
|
- **CUDA Version** (if applicable): [e.g., 11.7]
|
|
- **ScrAIbe Version**: [e.g., 1.0.0]
|
|
- **Installation Type**: [e.g., pip, GitHub, Docker, etc.]
|
|
|
|
## Additional Context 📝
|
|
Add any other context about the problem here. For example, information about custom models or configurations, related issues, or anything else that might be helpful.
|