]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
github : add cmd line field to bug report (#11090)
authorXuan Son Nguyen <redacted>
Mon, 6 Jan 2025 15:34:49 +0000 (16:34 +0100)
committerGitHub <redacted>
Mon, 6 Jan 2025 15:34:49 +0000 (16:34 +0100)
* github : cmd line to bug report

* codeowners : (@ngxson) only watch dockerfile

* Apply suggestions from code review [no ci]

Co-authored-by: Johannes Gäßler <redacted>
* rm cmd in log output [no ci]

* rm 2 [no ci]

* no need backticks [no ci]

---------

Co-authored-by: Johannes Gäßler <redacted>
.github/ISSUE_TEMPLATE/010-bug-compilation.yml
.github/ISSUE_TEMPLATE/019-bug-misc.yml
CODEOWNERS

index f10b3a2b22648204d68908d4b59eae0ef743d071..b85bf5741e5a38de8f5b40153e720ded2fb07835 100644 (file)
@@ -65,12 +65,22 @@ body:
         If possible, please do a git bisect and identify the exact commit that introduced the bug.
     validations:
       required: false
+  - type: textarea
+    id: command
+    attributes:
+      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
   - type: textarea
     id: logs
     attributes:
       label: Relevant log output
       description: >
-          Please copy and paste any relevant log output, including the command that you entered and any generated text.
+          Please copy and paste any relevant log output, including any generated text.
           This will be automatically formatted into code, so no need for backticks.
       render: shell
     validations:
index d157ea307e50f179375e407d8341d1ff16c15fa1..1904e31fdc4362502ecaf0a6c16d1b30f720e50c 100644 (file)
@@ -52,6 +52,16 @@ body:
         - Other (Please specify in the next section)
     validations:
       required: false
+  - type: textarea
+    id: command
+    attributes:
+      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
   - type: textarea
     id: info
     attributes:
@@ -74,7 +84,7 @@ body:
     attributes:
       label: Relevant log output
       description: >
-          If applicable, please copy and paste any relevant log output, including the command that you entered and any generated text.
+          If applicable, please copy and paste any relevant log output, including any generated text.
           This will be automatically formatted into code, so no need for backticks.
       render: shell
     validations:
index adeba5395831a9c9b70ded5cbad99fb48a868707..c9fa34761f5754a8d301e8241441dfe1106a1f94 100644 (file)
@@ -1,5 +1,5 @@
 # collaborators can optionally add themselves here to indicate their availability for reviewing related PRs
 
 /ci/ @ggerganov
-/.devops/ @ngxson
+/.devops/*.Dockerfile @ngxson
 /examples/server/ @ngxson