Skip to content

Conversation

@DamonFool
Copy link
Contributor

Fix two incorrect make targets in the readme.

@danbev danbev merged commit 8ba548d into ggml-org:master Sep 24, 2025
1 check passed
@danbev
Copy link
Member

danbev commented Sep 24, 2025

I was expecting to be added automatically as a reviewer for this PR as I'm listed for this directory in CODEOWNERS but I was not. I'll look into this but if anyone can spot an issue with the entry please let me know.

Update: So it looks like I am listed as a code owner, for example for the Makefile if you hover over the shield icon you can see:

Owned by you (from CODEOWNERS line 37)

But the README.md has:

Owned by ggerganov (from CODEOWNERS line 104)

And in CODEOWNERS

101 CMakeLists.txt                          @ggerganov                              

@ggerganov Should this perhaps be /CMakeLists.txt instead? Perhaps that will avoid this issue, though I'm not sure.

@ggerganov
Copy link
Member

Should this perhaps be /CMakeLists.txt instead?

Yes, this should work. Could you open a PR and change all the files from the root folder to have a slash prefix?

danbev added a commit to danbev/llama.cpp that referenced this pull request Sep 24, 2025
This commit adds a leading slash to the paths of root-level files
in the CODEOWNERS file.

The motivation for this is that these might otherwise match files
in subdirectories that have other/additional owners will override them.

Refs: ggml-org#16209 (comment)
@DamonFool
Copy link
Contributor Author

Thanks @danbev .

@DamonFool DamonFool deleted the model-conversion branch September 24, 2025 06:09
danbev added a commit that referenced this pull request Sep 24, 2025
This commit adds a leading slash to the paths of root-level files
in the CODEOWNERS file.

The motivation for this is that these might otherwise match files
in subdirectories that have other/additional owners will override them.

Refs: #16209 (comment)
pwilkin pushed a commit to pwilkin/llama.cpp that referenced this pull request Sep 25, 2025
)

Fix two incorrect make targets in the readme.

Signed-off-by: Jie Fu <[email protected]>
pwilkin pushed a commit to pwilkin/llama.cpp that referenced this pull request Sep 25, 2025
This commit adds a leading slash to the paths of root-level files
in the CODEOWNERS file.

The motivation for this is that these might otherwise match files
in subdirectories that have other/additional owners will override them.

Refs: ggml-org#16209 (comment)
struct pushed a commit to struct/llama.cpp that referenced this pull request Sep 26, 2025
)

Fix two incorrect make targets in the readme.

Signed-off-by: Jie Fu <[email protected]>
struct pushed a commit to struct/llama.cpp that referenced this pull request Sep 26, 2025
This commit adds a leading slash to the paths of root-level files
in the CODEOWNERS file.

The motivation for this is that these might otherwise match files
in subdirectories that have other/additional owners will override them.

Refs: ggml-org#16209 (comment)
yael-works pushed a commit to yael-works/llama.cpp that referenced this pull request Oct 15, 2025
)

Fix two incorrect make targets in the readme.

Signed-off-by: Jie Fu <[email protected]>
yael-works pushed a commit to yael-works/llama.cpp that referenced this pull request Oct 15, 2025
This commit adds a leading slash to the paths of root-level files
in the CODEOWNERS file.

The motivation for this is that these might otherwise match files
in subdirectories that have other/additional owners will override them.

Refs: ggml-org#16209 (comment)
pwilkin pushed a commit to pwilkin/llama.cpp that referenced this pull request Oct 23, 2025
)

Fix two incorrect make targets in the readme.

Signed-off-by: Jie Fu <[email protected]>
pwilkin pushed a commit to pwilkin/llama.cpp that referenced this pull request Oct 23, 2025
This commit adds a leading slash to the paths of root-level files
in the CODEOWNERS file.

The motivation for this is that these might otherwise match files
in subdirectories that have other/additional owners will override them.

Refs: ggml-org#16209 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants