Skip to content

Commit

Permalink
add dropdown for llama.cpp module
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesGaessler committed Nov 21, 2024
1 parent 97e7bba commit 2847c40
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/019-bug-misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2847c40

Please sign in to comment.