Github: update issue templates (#22594)
This commit is contained in:
@@ -12,6 +12,8 @@ body:
|
|||||||
after recreating the CMake build directory and with `-DGGML_CCACHE=OFF`.
|
after recreating the CMake build directory and with `-DGGML_CCACHE=OFF`.
|
||||||
If the compilation succeeds with ccache disabled you should be able to permanently fix the issue
|
If the compilation succeeds with ccache disabled you should be able to permanently fix the issue
|
||||||
by clearing `~/.cache/ccache` (on Linux).
|
by clearing `~/.cache/ccache` (on Linux).
|
||||||
|
|
||||||
|
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).
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: commit
|
id: commit
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: Bug (model use)
|
name: Bug (model use)
|
||||||
description: Something goes wrong when using a model (in general, not specific to a single llama.cpp module).
|
description: Something goes wrong when running a model (crashes, garbled outputs, etc.).
|
||||||
title: "Eval bug: "
|
title: "Eval bug: "
|
||||||
labels: ["bug-unconfirmed", "model evaluation"]
|
labels: ["bug-unconfirmed", "model evaluation"]
|
||||||
body:
|
body:
|
||||||
@@ -12,6 +12,8 @@ body:
|
|||||||
If you encountered the issue while using an external UI (e.g. ollama),
|
If you encountered the issue while using an external UI (e.g. ollama),
|
||||||
please reproduce your issue using one of the examples/binaries in this repository.
|
please reproduce your issue using one of the examples/binaries in this repository.
|
||||||
The `llama-completion` binary can be used for simple and reproducible model inference.
|
The `llama-completion` binary can be used for simple and reproducible model inference.
|
||||||
|
|
||||||
|
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).
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ body:
|
|||||||
This issue template is intended for miscellaneous bugs that don't fit into any other category.
|
This issue template is intended for miscellaneous bugs that don't fit into any other category.
|
||||||
If you encountered the issue while using an external UI (e.g. ollama),
|
If you encountered the issue while using an external UI (e.g. ollama),
|
||||||
please reproduce your issue using one of the examples/binaries in this repository.
|
please reproduce your issue using one of the examples/binaries in this repository.
|
||||||
|
|
||||||
|
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).
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
@@ -8,6 +8,8 @@ body:
|
|||||||
value: |
|
value: |
|
||||||
[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)
|
[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)
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: prerequisites
|
id: prerequisites
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
@@ -8,6 +8,8 @@ body:
|
|||||||
value: |
|
value: |
|
||||||
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)
|
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)
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: research-stage
|
id: research-stage
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ body:
|
|||||||
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.
|
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.
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: background-description
|
id: background-description
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Reference in New Issue
Block a user