add dropdown for llama.cpp module

This commit is contained in:
Johannes Gäßler 2024-11-21 14:13:39 +01:00
parent 97e7bba189
commit 2847c406d6

View file

@ -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: