Skip to content

Commit 2847c40

Browse files
add dropdown for llama.cpp module
1 parent 97e7bba commit 2847c40

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/ISSUE_TEMPLATE/019-bug-misc.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,21 @@ body:
3434
- Other? (Please let us know in description)
3535
validations:
3636
required: true
37+
- type: dropdown
38+
id: module
39+
attributes:
40+
label: Which llama.cpp modules do you know to be affected?
41+
multiple: true
42+
options:
43+
- libllama (core library)
44+
- llama-cli
45+
- llama-server
46+
- llama-bench
47+
- llama-quantize
48+
- Python/Bash scripts
49+
- Other (Please specify in the next section)
50+
validations:
51+
required: true
3752
- type: textarea
3853
id: steps_to_reproduce
3954
attributes:

0 commit comments

Comments
 (0)