transformers/CODEOWNERS
Line: 5: incorrect codeowner user: Rocketknight1 Line: 5: no users/groups matched Line: 6: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 7: incorrect codeowner user: stevhliu Line: 7: no users/groups matched Line: 8: incorrect codeowner user: McPatate Line: 8: no users/groups matched Line: 9: incorrect codeowner user: molbap Line: 9: incorrect codeowner user: yonigozlan Line: 9: incorrect codeowner user: qubvel Line: 9: no users/groups matched Line: 10: incorrect codeowner user: qubvel Line: 10: no users/groups matched Line: 11: incorrect codeowner user: yonigozlan Line: 11: no users/groups matched Line: 12: incorrect codeowner user: Rocketknight1 Line: 12: no users/groups matched Line: 13: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 14: incorrect codeowner user: gante Line: 14: no users/groups matched Line: 15: incorrect codeowner user: muellerzr Line: 15: incorrect codeowner user: SunMarc Line: 15: no users/groups matched Line: 16: incorrect codeowner user: Rocketknight1 Line: 16: incorrect codeowner user: yonigozlan Line: 16: no users/groups matched Line: 17: incorrect codeowner user: SunMarc Line: 17: incorrect codeowner user: MekkCyber Line: 17: incorrect codeowner user: muellerzr Line: 17: no users/groups matched Line: 18: incorrect codeowner user: SunMarc Line: 18: incorrect codeowner user: MekkCyber Line: 18: no users/groups matched Line: 19: incorrect codeowner user: ydshieh Line: 19: no users/groups matched Line: 20: incorrect codeowner user: ArthurZucker Line: 20: no users/groups matched Line: 21: incorrect codeowner user: ArthurZucker Line: 21: incorrect codeowner user: Rocketknight1 Line: 21: no users/groups matched Line: 22: incorrect codeowner user: ydshieh Line: 22: incorrect codeowner user: ArthurZucker Line: 22: no users/groups matched Line: 23: incorrect codeowner user: ArthurZucker Line: 23: no users/groups matched Line: 24: incorrect codeowner user: michaelbenayoun Line: 24: no users/groups matched Line: 25: incorrect codeowner user: ArthurZucker Line: 25: incorrect codeowner user: ydshieh Line: 25: no users/groups matched Line: 26: incorrect codeowner user: ydshieh Line: 26: no users/groups matched
Arthur 8c555ca3d7
add code owners (#35528)
* add co owners

* normal processing

* /src/transformers/models/*/*_modeling*

* Update CODEOWNERS

* Update CODEOWNERS

Co-authored-by: Yih-Dar <2521628+ydshieh@users.noreply.github.com>

* Update CODEOWNERS

Co-authored-by: Pavel Iakubovskii <qubvel@gmail.com>

* nit

* Apply suggestions from code review

Co-authored-by: Alvaro Moran <6949769+tengomucho@users.noreply.github.com>
Co-authored-by: Joao Gante <joaofranciscocardosogante@gmail.com>
Co-authored-by: Matthew Douglas <38992547+matthewdouglas@users.noreply.github.com>

* Update CODEOWNERS

* rather put `@Rocketknight1`

---------

Co-authored-by: Yih-Dar <2521628+ydshieh@users.noreply.github.com>
Co-authored-by: Pavel Iakubovskii <qubvel@gmail.com>
Co-authored-by: Alvaro Moran <6949769+tengomucho@users.noreply.github.com>
Co-authored-by: Joao Gante <joaofranciscocardosogante@gmail.com>
Co-authored-by: Matthew Douglas <38992547+matthewdouglas@users.noreply.github.com>
2025-01-08 17:14:44 +01:00

27 lines
1.2 KiB
Plaintext

# 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* @Rocketknight1
/src/transformers/**/*_tokenization* @ArthurZucker
/src/transformers/generation/ @gante
trainer.py @muellerzr @SunMarc
/src/transformers/pipeline @Rocketknight1 @yonigozlan
/src/transformers/integrations @SunMarc @MekkCyber @muellerzr
/src/transformers/quantizers @SunMarc @MekkCyber
/src/transformers/tests @ydshieh
/src/transformers/models/auto @ArthurZucker
/src/transformers/utils @ArthurZucker @Rocketknight1
/docker @ydshieh @ArthurZucker
/src/transformers/loss @ArthurZucker
/src/transformers/onnx @michaelbenayoun
/.circleci/config.yml @ArthurZucker @ydshieh
/utils/tests_fetcher.py @ydshieh