Skip to content

Commit

Permalink
Update bug.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hodlen authored Dec 26, 2023
1 parent 48f7a69 commit 7d2ea6d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
---
name: Bug template
about: Used to report bugs in llama.cpp
about: Used to report bugs in PowerInfer
labels: ["bug-unconfirmed"]
assignees: ''

---

# Prerequisites

Please answer the following questions for yourself before submitting an issue.
Before submitting your question, please ensure the following:

- [ ] I am running the latest code. Development is very rapid so there are no tagged versions as of now.
- [ ] I carefully followed the [README.md](https://github.com/ggerganov/llama.cpp/blob/master/README.md).
- [ ] I am running the latest version of PowerInfer. Development is rapid, and as of now, there are no tagged versions.
- [ ] I have carefully read and followed the instructions in the [README.md](https://github.com/SJTU-IPADS/PowerInfer/blob/main/README.md).
- [ ] I [searched using keywords relevant to my issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests) to make sure that I am creating a new issue that is not already open (or closed).
- [ ] I reviewed the [Discussions](https://github.com/ggerganov/llama.cpp/discussions), and have a new bug or useful enhancement to share.

# Expected Behavior

Please provide a detailed written description of what you were trying to do, and what you expected `llama.cpp` to do.
Please provide a detailed written description of what you were trying to do, and what you expected PowerInfer to do.

# Current Behavior

Please provide a detailed written description of what `llama.cpp` did, instead.
Please provide a detailed written description of what PowerInfer did, instead.

# Environment and Context

Expand Down

0 comments on commit 7d2ea6d

Please sign in to comment.