-
Notifications
You must be signed in to change notification settings - Fork 13.7k
model-conversion : fix the make targets in the README.md #16209
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
Conversation
Signed-off-by: Jie Fu <[email protected]>
|
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: But the README.md has: And in CODEOWNERS @ggerganov Should this perhaps be |
Yes, this should work. Could you open a PR and change all the files from the root folder to have a slash prefix? |
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)
|
Thanks @danbev . |
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)
) Fix two incorrect make targets in the readme. Signed-off-by: Jie Fu <[email protected]>
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)
) Fix two incorrect make targets in the readme. Signed-off-by: Jie Fu <[email protected]>
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)
) Fix two incorrect make targets in the readme. Signed-off-by: Jie Fu <[email protected]>
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)
) Fix two incorrect make targets in the readme. Signed-off-by: Jie Fu <[email protected]>
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)
Fix two incorrect make targets in the readme.