You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/010-bug-compilation.yml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ body:
12
12
after recreating the CMake build directory and with `-DGGML_CCACHE=OFF`.
13
13
If the compilation succeeds with ccache disabled you should be able to permanently fix the issue
14
14
by clearing `~/.cache/ccache` (on Linux).
15
+
16
+
Please fill out this template yourself, copypasting language model outputs is [strictly prohibited](https://github.com/ggml-org/llama.cpp/blob/master/CONTRIBUTING.md#ai-usage-policy).
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/011-bug-results.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: Bug (model use)
2
-
description: Something goes wrong when using a model (in general, not specific to a single llama.cpp module).
2
+
description: Something goes wrong when running a model (crashes, garbled outputs, etc.).
3
3
title: "Eval bug: "
4
4
labels: ["bug-unconfirmed", "model evaluation"]
5
5
body:
@@ -12,6 +12,8 @@ body:
12
12
If you encountered the issue while using an external UI (e.g. ollama),
13
13
please reproduce your issue using one of the examples/binaries in this repository.
14
14
The `llama-completion` binary can be used for simple and reproducible model inference.
15
+
16
+
Please fill out this template yourself, copypasting language model outputs is [strictly prohibited](https://github.com/ggml-org/llama.cpp/blob/master/CONTRIBUTING.md#ai-usage-policy).
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/019-bug-misc.yml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ body:
10
10
This issue template is intended for miscellaneous bugs that don't fit into any other category.
11
11
If you encountered the issue while using an external UI (e.g. ollama),
12
12
please reproduce your issue using one of the examples/binaries in this repository.
13
+
14
+
Please fill out this template yourself, copypasting language model outputs is [strictly prohibited](https://github.com/ggml-org/llama.cpp/blob/master/CONTRIBUTING.md#ai-usage-policy).
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/020-enhancement.yml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ body:
8
8
value: |
9
9
[Please post your idea first in Discussion if there is not yet a consensus for this enhancement request. This will help to keep this issue tracker focused on enhancements that the community has agreed needs to be implemented.](https://github.com/ggml-org/llama.cpp/discussions/categories/ideas)
10
10
11
+
Please fill out this template yourself, copypasting language model outputs is [strictly prohibited](https://github.com/ggml-org/llama.cpp/blob/master/CONTRIBUTING.md#ai-usage-policy).
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/030-research.yml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ body:
8
8
value: |
9
9
Don't forget to check for any [duplicate research issue tickets](https://github.com/ggml-org/llama.cpp/issues?q=is%3Aopen+is%3Aissue+label%3A%22research+%F0%9F%94%AC%22)
10
10
11
+
Please fill out this template yourself, copypasting language model outputs is [strictly prohibited](https://github.com/ggml-org/llama.cpp/blob/master/CONTRIBUTING.md#ai-usage-policy).
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/040-refactor.yml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ body:
9
9
Don't forget to [check for existing refactor issue tickets](https://github.com/ggml-org/llama.cpp/issues?q=is%3Aopen+is%3Aissue+label%3Arefactoring) in case it's already covered.
10
10
Also you may want to check [Pull request refactor label as well](https://github.com/ggml-org/llama.cpp/pulls?q=is%3Aopen+is%3Apr+label%3Arefactoring) for duplicates too.
11
11
12
+
Please fill out this template yourself, copypasting language model outputs is [strictly prohibited](https://github.com/ggml-org/llama.cpp/blob/master/CONTRIBUTING.md#ai-usage-policy).
0 commit comments