mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 10:12:23 +06:00

* 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>
27 lines
1.2 KiB
Plaintext
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
|