From 2847c406d665a28e83b2cbe3a11616fc3833bd2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20G=C3=A4=C3=9Fler?= Date: Thu, 21 Nov 2024 14:13:39 +0100 Subject: [PATCH] add dropdown for llama.cpp module --- .github/ISSUE_TEMPLATE/019-bug-misc.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/019-bug-misc.yml b/.github/ISSUE_TEMPLATE/019-bug-misc.yml index 25f8cd0fa..124cdee91 100644 --- a/.github/ISSUE_TEMPLATE/019-bug-misc.yml +++ b/.github/ISSUE_TEMPLATE/019-bug-misc.yml @@ -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: