mirror of
https://github.com/RYDE-WORK/MiniCPM.git
synced 2026-01-27 09:09:38 +08:00
49 lines
1.2 KiB
Markdown
49 lines
1.2 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a bug report to help us improve MiniCPM | 提交一个 bug 报告来帮助我们改进 MiniCPM
|
|
title: "[BUG] xxx"
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the bug / 描述这个 bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
请用一段清晰且准确的描述,说明这个 bug 的是什么。
|
|
|
|
|
|
**To Reproduce / 如何复现**
|
|
Steps to reproduce the behavior:
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
|
|
复现这个 bug 的步骤:
|
|
1. 前往 '...'
|
|
2. 点击 '...'
|
|
3. 滚动到 '...'
|
|
4. 发现错误
|
|
|
|
**Expected behavior / 期望的结果**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
请用一段清晰且准确的描述,说明你希望得到的正确结果应该是什么。
|
|
|
|
**Screenshots / 屏幕截图**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
如果可以的话,添加一些屏幕截图帮助你更好的说明问题。
|
|
|
|
**Environment / 系统环境**
|
|
- OS: [e.g. Ubuntu 20.04]
|
|
- Pytorch: [e.g. torch 2.0.0]
|
|
- CUDA: [e.g. CUDA 11.8]
|
|
- Device: [e.g. A10, RTX3090]
|
|
|
|
**Additional context / 其它信息**
|
|
Add any other context about the problem here.
|
|
|
|
可以在此处添加其它和这个 bug 有关的信息。
|