mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-23 22:38:58 +06:00
Update list of persons to tag (#25708)
This commit is contained in:
parent
6e6da5e4b8
commit
c2123626aa
9
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
9
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -37,15 +37,16 @@ body:
|
|||||||
- pipelines: @Narsil
|
- pipelines: @Narsil
|
||||||
- tensorflow: @gante and @Rocketknight1
|
- tensorflow: @gante and @Rocketknight1
|
||||||
- tokenizers: @ArthurZucker
|
- tokenizers: @ArthurZucker
|
||||||
- trainer: @sgugger
|
- trainer: @muellerz and @pacman100
|
||||||
|
|
||||||
Integrations:
|
Integrations:
|
||||||
|
|
||||||
- deepspeed: HF Trainer/Accelerate: @pacman100
|
- deepspeed: HF Trainer/Accelerate: @pacman100
|
||||||
- ray/raytune: @richardliaw, @amogkam
|
- ray/raytune: @richardliaw, @amogkam
|
||||||
- Big Model Inference: @sgugger @muellerzr
|
- Big Model Inference: @SunMarc
|
||||||
|
- quantization (bitsandbytes, autogpt): @SunMarc and @younesbelkada
|
||||||
|
|
||||||
Documentation: @sgugger, @stevhliu and @MKhalusova
|
Documentation: @stevhliu and @MKhalusova
|
||||||
|
|
||||||
Model hub:
|
Model hub:
|
||||||
|
|
||||||
@ -61,7 +62,7 @@ body:
|
|||||||
Maintained examples (not research project or legacy):
|
Maintained examples (not research project or legacy):
|
||||||
|
|
||||||
- Flax: @sanchit-gandhi
|
- Flax: @sanchit-gandhi
|
||||||
- PyTorch: @sgugger
|
- PyTorch: See Models above and tag the person corresponding to the modality of the example.
|
||||||
- TensorFlow: @Rocketknight1
|
- TensorFlow: @Rocketknight1
|
||||||
|
|
||||||
Research projects are not maintained and should be taken as is.
|
Research projects are not maintained and should be taken as is.
|
||||||
|
2
.github/ISSUE_TEMPLATE/i18n.md
vendored
2
.github/ISSUE_TEMPLATE/i18n.md
vendored
@ -23,7 +23,7 @@ Some notes:
|
|||||||
* Please translate in a gender-neutral way.
|
* Please translate in a gender-neutral way.
|
||||||
* Add your translations to the folder called `<languageCode>` inside the [source folder](https://github.com/huggingface/transformers/tree/main/docs/source).
|
* Add your translations to the folder called `<languageCode>` inside the [source folder](https://github.com/huggingface/transformers/tree/main/docs/source).
|
||||||
* Register your translation in `<languageCode>/_toctree.yml`; please follow the order of the [English version](https://github.com/huggingface/transformers/blob/main/docs/source/en/_toctree.yml).
|
* Register your translation in `<languageCode>/_toctree.yml`; please follow the order of the [English version](https://github.com/huggingface/transformers/blob/main/docs/source/en/_toctree.yml).
|
||||||
* Once you're finished, open a pull request and tag this issue by including #issue-number in the description, where issue-number is the number of this issue. Please ping @ArthurZucker, @sgugger for review.
|
* Once you're finished, open a pull request and tag this issue by including #issue-number in the description, where issue-number is the number of this issue. Please ping @stevhliu and @MKhalusova for review.
|
||||||
* 🙋 If you'd like others to help you with the translation, you can also post in the 🤗 [forums](https://discuss.huggingface.co/).
|
* 🙋 If you'd like others to help you with the translation, you can also post in the 🤗 [forums](https://discuss.huggingface.co/).
|
||||||
|
|
||||||
## Get Started section
|
## Get Started section
|
||||||
|
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -51,14 +51,16 @@ Library:
|
|||||||
- pipelines: @Narsil
|
- pipelines: @Narsil
|
||||||
- tensorflow: @gante and @Rocketknight1
|
- tensorflow: @gante and @Rocketknight1
|
||||||
- tokenizers: @ArthurZucker
|
- tokenizers: @ArthurZucker
|
||||||
- trainer: @sgugger
|
- trainer: @muellerz and @pacman100
|
||||||
|
|
||||||
Integrations:
|
Integrations:
|
||||||
|
|
||||||
- deepspeed: HF Trainer/Accelerate: @pacman100
|
- deepspeed: HF Trainer/Accelerate: @pacman100
|
||||||
- ray/raytune: @richardliaw, @amogkam
|
- ray/raytune: @richardliaw, @amogkam
|
||||||
|
- Big Model Inference: @SunMarc
|
||||||
|
- quantization (bitsandbytes, autogpt): @SunMarc and @younesbelkada
|
||||||
|
|
||||||
Documentation: @sgugger, @stevhliu and @MKhalusova
|
Documentation: @stevhliu and @MKhalusova
|
||||||
|
|
||||||
HF projects:
|
HF projects:
|
||||||
|
|
||||||
@ -70,7 +72,7 @@ HF projects:
|
|||||||
Maintained examples (not research project or legacy):
|
Maintained examples (not research project or legacy):
|
||||||
|
|
||||||
- Flax: @sanchit-gandhi
|
- Flax: @sanchit-gandhi
|
||||||
- PyTorch: @sgugger
|
- PyTorch: See Models above and tag the person corresponding to the modality of the example.
|
||||||
- TensorFlow: @Rocketknight1
|
- TensorFlow: @Rocketknight1
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
@ -54,4 +54,4 @@ The fields you should add are `local` (with the name of the file containing the
|
|||||||
|
|
||||||
Once you have translated the `_toctree.yml` file, you can start translating the [MDX](https://mdxjs.com/) files associated with your docs chapter.
|
Once you have translated the `_toctree.yml` file, you can start translating the [MDX](https://mdxjs.com/) files associated with your docs chapter.
|
||||||
|
|
||||||
> 🙋 If you'd like others to help you with the translation, you should [open an issue](https://github.com/huggingface/transformers/issues) and tag @sgugger.
|
> 🙋 If you'd like others to help you with the translation, you should [open an issue](https://github.com/huggingface/transformers/issues) and tag @stevhliu and @MKhalusova.
|
||||||
|
Loading…
Reference in New Issue
Block a user