Skip to content

github : add cmd line field to bug report #11090

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jan 6, 2025

Conversation

ngxson
Copy link
Collaborator

@ngxson ngxson commented Jan 5, 2025

Often than not, users don't specify command being used to run llama.cpp.

In many cases, just by looking at the command, we can already know what's going on.

Also modified codeowners to exclude myself from nix and rpm stuff inside devops

@ngxson ngxson requested a review from ggerganov January 5, 2025 15:10
@ngxson ngxson changed the title github : cmd line to bug report github : add cmd line field to bug report Jan 5, 2025
@github-actions github-actions bot added the devops improvements to build systems and github actions label Jan 5, 2025
Comment on lines 68 to 76
- type: textarea
id: command
attributes:
label: Compile command
description: >
Please provide the exact command you used to compile llama.cpp. For example: `cmake -B ...`.
render: shell
validations:
required: true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we have a dedicated field for the command I think the instruction that the logs should contain the command can be removed.

@ngxson ngxson merged commit 96be8c3 into ggml-org:master Jan 6, 2025
1 check passed
tinglou pushed a commit to tinglou/llama.cpp that referenced this pull request Feb 13, 2025
* github : cmd line to bug report

* codeowners : (@ngxson) only watch dockerfile

* Apply suggestions from code review [no ci]

Co-authored-by: Johannes Gäßler <[email protected]>

* rm cmd in log output [no ci]

* rm 2 [no ci]

* no need backticks [no ci]

---------

Co-authored-by: Johannes Gäßler <[email protected]>
arthw pushed a commit to arthw/llama.cpp that referenced this pull request Feb 26, 2025
* github : cmd line to bug report

* codeowners : (@ngxson) only watch dockerfile

* Apply suggestions from code review [no ci]

Co-authored-by: Johannes Gäßler <[email protected]>

* rm cmd in log output [no ci]

* rm 2 [no ci]

* no need backticks [no ci]

---------

Co-authored-by: Johannes Gäßler <[email protected]>
mglambda pushed a commit to mglambda/llama.cpp that referenced this pull request Mar 8, 2025
* github : cmd line to bug report

* codeowners : (@ngxson) only watch dockerfile

* Apply suggestions from code review [no ci]

Co-authored-by: Johannes Gäßler <[email protected]>

* rm cmd in log output [no ci]

* rm 2 [no ci]

* no need backticks [no ci]

---------

Co-authored-by: Johannes Gäßler <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops improvements to build systems and github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants