add dropdown for llama.cpp module
This commit is contained in:
parent
97e7bba189
commit
2847c406d6
1 changed files with 15 additions and 0 deletions
15
.github/ISSUE_TEMPLATE/019-bug-misc.yml
vendored
15
.github/ISSUE_TEMPLATE/019-bug-misc.yml
vendored
|
@ -34,6 +34,21 @@ body:
|
|||
- Other? (Please let us know in description)
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: module
|
||||
attributes:
|
||||
label: Which llama.cpp modules do you know to be affected?
|
||||
multiple: true
|
||||
options:
|
||||
- libllama (core library)
|
||||
- llama-cli
|
||||
- llama-server
|
||||
- llama-bench
|
||||
- llama-quantize
|
||||
- Python/Bash scripts
|
||||
- Other (Please specify in the next section)
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: steps_to_reproduce
|
||||
attributes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue