Skip to content
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

add code owners #35528

Merged
merged 13 commits into from
Jan 8, 2025
27 changes: 27 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @Rocketknight1 # if no one is pinged based on the other rules, he will do the dispatch
**.md @stevhliu
docs/ @stevhliu
/benchmark/ @McPatate
/src/transformers/models/*/*processing* @molbap @yonigozlan @qubvel
/src/transformers/models/*/image_processing* @qubvel
/src/transformers/models/*/image_processing_*_fast* @yonigozlan
# /src/transformers/models/*/*_modeling* depending on the type of the model, @qubvel @NielsRogge @Cyrilvallez @zucchini-nlp @molbap
/src/transformers/models/*/*_modeling* @Rocketknight1 # for appropriate dispatch !a
ArthurZucker marked this conversation as resolved.
Show resolved Hide resolved
/src/transformers/**/*_tokenization* @ArthurZucker
/src/tranformers/generation/ @gante
ArthurZucker marked this conversation as resolved.
Show resolved Hide resolved
trainer.py @muellerzr @SunMarc
/src/transformers/pipeline @Rocketknight1 @yonigozlan
/src/transformers/integrations @SunMarc @MekkCyber @muellerzr
/src/transformers/quantizers @SunMarc @MekkCyber
/src/transforemrs/tests @ydshieh
ArthurZucker marked this conversation as resolved.
Show resolved Hide resolved
/src/transformers/models/auto @ArthurZucker
/src/transformers/utils @ArthurZucker @Rocketknight1
/dockers @ydshieh @ArthurZucker
ArthurZucker marked this conversation as resolved.
Show resolved Hide resolved
/src/transformers/loss @ArthurZucker
/src/transformers/onnx @michaelbenayoun
ArthurZucker marked this conversation as resolved.
Show resolved Hide resolved
/.circleci/config.yml @ArthurZucker @ydshieh
/utils/tests_fetcher.py @ydshieh
Loading