no need backticks [no ci]
This commit is contained in:
parent
a160819b83
commit
90cb25c9a2
2 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,7 @@ body:
|
|||
label: Compile command
|
||||
description: >
|
||||
Please provide the exact command you used to compile llama.cpp. For example: `cmake -B ...`.
|
||||
This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
||||
validations:
|
||||
required: true
|
||||
|
|
1
.github/ISSUE_TEMPLATE/019-bug-misc.yml
vendored
1
.github/ISSUE_TEMPLATE/019-bug-misc.yml
vendored
|
@ -58,6 +58,7 @@ body:
|
|||
label: Command line
|
||||
description: >
|
||||
Please provide the exact commands you entered, if applicable. For example: `llama-server -m ... -c ...`, `llama-cli -m ...`, etc.
|
||||
This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
||||
validations:
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue