You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Used to request enhancements for llama.cpp
3
+
title: "Feature Request: "
4
+
labels: ["enhancement"]
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
[Please post your idea first in Discussion if there is not yet a consensus for this enhancement request. This will help to keep this issue tracker focused on enhancements that the community has agreed needs to be implemented.](https://github.com/ggerganov/llama.cpp/discussions/categories/ideas)
10
+
11
+
- type: checkboxes
12
+
id: prerequisites
13
+
attributes:
14
+
label: Prerequisites
15
+
description: Please confirm the following before submitting your enhancement request.
16
+
options:
17
+
- label: I am running the latest code. Mention the version if possible as well.
18
+
required: true
19
+
- label: I carefully followed the [README.md](https://github.com/ggerganov/llama.cpp/blob/master/README.md).
20
+
required: true
21
+
- label: I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
22
+
required: true
23
+
- label: I reviewed the [Discussions](https://github.com/ggerganov/llama.cpp/discussions), and have a new and useful enhancement to share.
24
+
required: true
25
+
26
+
- type: textarea
27
+
id: feature-description
28
+
attributes:
29
+
label: Feature Description
30
+
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.
31
+
placeholder: Detailed description of the enhancement
32
+
validations:
33
+
required: true
34
+
35
+
- type: textarea
36
+
id: motivation
37
+
attributes:
38
+
label: Motivation
39
+
description: Please provide a detailed written description of reasons why this feature is necessary and how it is useful to `llama.cpp` users.
40
+
placeholder: Explanation of why this feature is needed and its benefits
41
+
validations:
42
+
required: true
43
+
44
+
- type: textarea
45
+
id: possible-implementation
46
+
attributes:
47
+
label: Possible Implementation
48
+
description: If you have an idea as to how it can be implemented, please write a detailed description. Feel free to give links to external sources or share visuals that might be helpful to understand the details better.
49
+
placeholder: Detailed description of potential implementation
description: Used to ask questions about llama.cpp
3
+
title: "Question: "
4
+
labels: ["question"]
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
[Please search your question first in Discussion if you got a common general question.](https://github.com/ggerganov/llama.cpp/discussions/categories/q-a)
10
+
11
+
- type: checkboxes
12
+
id: prerequisites
13
+
attributes:
14
+
label: Prerequisites
15
+
description: Please confirm the following before submitting your question.
16
+
options:
17
+
- label: I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
18
+
required: true
19
+
- label: I reviewed the [Discussions](https://github.com/ggerganov/llama.cpp/discussions), and have a new useful question to share that cannot be answered within Discussions.
20
+
required: true
21
+
22
+
- type: textarea
23
+
id: background-description
24
+
attributes:
25
+
label: Background Description
26
+
description: Please provide a detailed written description of what you were trying to do, and what you expected `llama.cpp` to do as an question.
27
+
placeholder: Detailed description of your question
28
+
validations:
29
+
required: true
30
+
31
+
- type: textarea
32
+
id: possible-answer
33
+
attributes:
34
+
label: Possible Answer
35
+
description: If you have some idea of possible answers you want to confirm, that would also be appreciated.
0 commit comments