no need backticks [no ci]

This commit is contained in:
Xuan Son Nguyen 2025-01-06 12:34:25 +01:00
parent a160819b83
commit 90cb25c9a2
2 changed files with 2 additions and 0 deletions

View file

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

View file

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