From d6064754ea12661d2e60417fc9598dbc117c7712 Mon Sep 17 00:00:00 2001 From: Zach Mueller Date: Fri, 28 Mar 2025 12:43:00 -0400 Subject: [PATCH] Update w/ new account (#37084) * Update w/ new account * DS --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 ++-- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- .github/scripts/codeowners_for_review_action | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 77c4d92b9f6..6d5eca4f1ec 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -48,11 +48,11 @@ body: - pipelines: @Rocketknight1 - tensorflow: @gante and @Rocketknight1 - tokenizers: @ArthurZucker and @itazap - - trainer: @muellerzr @SunMarc + - trainer: @zach-huggingface @SunMarc Integrations: - - deepspeed: HF Trainer/Accelerate: @muellerzr + - deepspeed: HF Trainer/Accelerate: @SunMarc @zach-huggingface - ray/raytune: @richardliaw, @amogkam - Big Model Inference: @SunMarc - quantization (bitsandbytes, autogpt): @SunMarc @MekkCyber diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ca0035a629b..439ab02ebc9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -51,12 +51,12 @@ Library: - pipelines: @Rocketknight1 - tensorflow: @gante and @Rocketknight1 - tokenizers: @ArthurZucker -- trainer: @muellerzr and @SunMarc +- trainer: @zach-huggingface and @SunMarc - chat templates: @Rocketknight1 Integrations: -- deepspeed: HF Trainer/Accelerate: @muellerzr +- deepspeed: HF Trainer/Accelerate: @SunMarc @zach-huggingface - ray/raytune: @richardliaw, @amogkam - Big Model Inference: @SunMarc - quantization (bitsandbytes, autogpt): @SunMarc @MekkCyber diff --git a/.github/scripts/codeowners_for_review_action b/.github/scripts/codeowners_for_review_action index f3da6d516ca..7325b0f570c 100644 --- a/.github/scripts/codeowners_for_review_action +++ b/.github/scripts/codeowners_for_review_action @@ -14,7 +14,7 @@ docs/ @stevhliu # Owners of subsections of the library /src/transformers/generation/ @gante /src/transformers/pipeline/ @Rocketknight1 @yonigozlan -/src/transformers/integrations/ @SunMarc @MekkCyber @muellerzr +/src/transformers/integrations/ @SunMarc @MekkCyber @zach-huggingface /src/transformers/quantizers/ @SunMarc @MekkCyber tests/ @ydshieh tests/generation/ @gante @@ -27,8 +27,8 @@ tests/generation/ @gante # Specific files come after the sections/globs, so they take priority /.circleci/config.yml @ArthurZucker @ydshieh /utils/tests_fetcher.py @ydshieh -trainer.py @muellerzr @SunMarc -trainer_utils.py @muellerzr @SunMarc +trainer.py @zach-huggingface @SunMarc +trainer_utils.py @zach-huggingface @SunMarc /utils/modular_model_converter.py @Cyrilvallez @ArthurZucker # Owners of individual models are specific / high priority, and so they come last