From f19b2eca1e0eb52c1307a2a9e671bd3b6ba76db6 Mon Sep 17 00:00:00 2001 From: Stella Biderman Date: Tue, 19 Dec 2023 16:11:33 -0500 Subject: [PATCH 1/3] Update CODEOWNERS Remove myself as a code owner as I shouldn't be approving PRs. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f4555efb4..3cb082e80 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @EleutherAI/pm-gptneo +* @Quentin-Anthony From 07166da70870424cdf6d7971a75207bb2763fdbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:56:54 -0800 Subject: [PATCH 2/3] Bump transformers from 4.30.2 to 4.36.0 in /requirements (#1097) Bumps [transformers](https://github.com/huggingface/transformers) from 4.30.2 to 4.36.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.30.2...v4.36.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 914664c03..a94bf9c21 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -12,4 +12,4 @@ sentencepiece six tiktoken>=0.1.2 tokenizers>=0.12.1 -transformers==4.30.2 +transformers==4.36.0 From 9283effb37e1b72acef265d17cbe37881441e88c Mon Sep 17 00:00:00 2001 From: Stella Biderman Date: Wed, 20 Dec 2023 17:57:37 -0500 Subject: [PATCH 3/3] Pins old DeeperSpeed until bug is fixed (#1095) * Pins old DeeperSpeed until bug is fixed There is a bug in upstream DeepSpeed detailed [here](https://github.com/microsoft/DeepSpeed/issues/4781) that we didn't catch before synching with main. This pins the prior commit so the bug doesn't impact users. * Update NeoXArgs docs automatically --------- Co-authored-by: github-actions --- configs/neox_arguments.md | 2 +- requirements/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/neox_arguments.md b/configs/neox_arguments.md index 6a9d02c9d..6003d15cc 100644 --- a/configs/neox_arguments.md +++ b/configs/neox_arguments.md @@ -111,7 +111,7 @@ Logging Arguments - **git_hash**: str - Default = bb1b145 + Default = a279fc8 current git hash of repository diff --git a/requirements/requirements.txt b/requirements/requirements.txt index a94bf9c21..137da4d81 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,5 +1,5 @@ best_download -git+https://github.com/EleutherAI/DeeperSpeed.git#egg=deepspeed +git+https://github.com/EleutherAI/DeeperSpeed.git@b9260436e7da3e297fc6bedfd27d9e69fbba6f5c#egg=deepspeed ftfy>=6.0.1 git+https://github.com/EleutherAI/lm_dataformat.git@4eec05349977071bf67fc072290b95e31c8dd836 huggingface_hub>=0.11.0