From 48f7a69737a1ee8746cd320094444df8adc823f4 Mon Sep 17 00:00:00 2001 From: Holden X Date: Wed, 27 Dec 2023 01:19:53 +0800 Subject: [PATCH 1/4] Create issue template for general questions --- .github/ISSUE_TEMPLATE/question.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..ae08c256 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,23 @@ +--- +name: Question template +about: Used for general questions and inquiries about PowerInfer +labels: ["question"] +assignees: '' + +--- + +# Prerequisites + +Before submitting your question, please ensure the following: + +- [ ] 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). + +# Question Details + +Please provide a clear and concise description of your question. If applicable, include steps to reproduce the issue or behaviors you've observed. + +# Additional Context + +Please provide any additional information that may be relevant to your question, such as specific system configurations, environment details, or any other context that could be helpful in addressing your inquiry. From 7d2ea6d45feade0ac8294eb88c773ee57f307204 Mon Sep 17 00:00:00 2001 From: Holden X Date: Wed, 27 Dec 2023 01:24:40 +0800 Subject: [PATCH 2/4] Update bug.md --- .github/ISSUE_TEMPLATE/bug.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index c003fe7c..a41c8d97 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,6 +1,6 @@ --- name: Bug template -about: Used to report bugs in llama.cpp +about: Used to report bugs in PowerInfer labels: ["bug-unconfirmed"] assignees: '' @@ -8,20 +8,19 @@ 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 From 5d6f4bac054a1f86a5ec496eaa359182665c7929 Mon Sep 17 00:00:00 2001 From: Holden X Date: Wed, 27 Dec 2023 01:26:23 +0800 Subject: [PATCH 3/4] Update enhancement.md --- .github/ISSUE_TEMPLATE/enhancement.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index dcffda75..49b953d4 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -1,6 +1,6 @@ --- name: Enhancement template -about: Used to request enhancements for llama.cpp +about: Used to request enhancements for PowerInfer labels: ["enhancement"] assignees: '' @@ -8,20 +8,19 @@ assignees: '' # Prerequisites -Please answer the following questions for yourself before submitting an issue. +Before submitting your issue, 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. # Feature Description -Please provide a detailed written description of what you were trying to do, and what you expected `llama.cpp` to do as an enhancement. +Please provide a detailed written description of what you were trying to do, and what you expected PowerInfer to do as an enhancement. # Motivation -Please provide a detailed written description of reasons why this feature is necessary and how it is useful to `llama.cpp` users. +Please provide a detailed written description of reasons why this feature is necessary and how it is useful to PowerInfer users. # Possible Implementation From 3b902798ace858138e1f7424fdd9f339f53689fd Mon Sep 17 00:00:00 2001 From: Holden X Date: Wed, 27 Dec 2023 01:26:42 +0800 Subject: [PATCH 4/4] Update bug.md --- .github/ISSUE_TEMPLATE/bug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index a41c8d97..624ae38b 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -8,7 +8,7 @@ assignees: '' # Prerequisites -Before submitting your question, please ensure the following: +Before submitting your issue, please ensure the following: - [ ] 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).