llama.cpp/.github/ISSUE_TEMPLATE/bug.md

12 lines
498 B
Markdown
Raw Normal View History

2023-03-21 17:47:27 +00:00
---
name: Bug template
about: Used to report bugs in llama.cpp
labels: ["bug-unconfirmed"]
2023-03-21 17:47:27 +00:00
assignees: ''
---
2023-12-24 20:01:12 +00:00
Please include information about your system, the steps to reproduce the bug, and the version of llama.cpp that you are using. If possible, please provide a minimal code example that reproduces the bug.
If the bug concerns the server, please try to reproduce it first using the [server test scenario framework](https://github.com/ggerganov/llama.cpp/tree/master/examples/server/tests).