mirror of
https://github.com/ml-explore/mlx.git
synced 2025-07-31 23:41:16 +08:00
29 lines
527 B
Markdown
29 lines
527 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report about an issue you've encountered
|
|
title: "[BUG] "
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
|
|
Include code snippet
|
|
```python
|
|
|
|
```
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Desktop (please complete the following information):**
|
|
- OS Version: [e.g. MacOS 14.1.2]
|
|
- Version [e.g. 0.7.0]
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|