From 5910be3c01cba2f5769c04a68391f1b519762ecd Mon Sep 17 00:00:00 2001 From: Luciferian Ink Date: Mon, 26 Aug 2024 03:14:33 -0500 Subject: [PATCH 1/5] migrate to latest supported pydantic --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 42e1f5c..036e5ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ numpy <2.0 # needed for older Torch torch <2.3 # fixme: freeze until AMP compatibility is resolved lightning >=2.0.0 -hivemind >=1.1.0, <=1.1.10.post2; sys_platform == 'linux' +hivemind @ git+https://github.com/learning-at-home/hivemind.git@213bff98a62accb91f254e2afdccbf1d69ebdea9; sys_platform == 'linux' -pydantic <2.0.0 # fixme: lift when resolved From 9a24f3cf39be39ab475f26ad41b95b68ad7655de Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 08:21:40 +0000 Subject: [PATCH 2/5] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 036e5ea..f2d3397 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,3 @@ numpy <2.0 # needed for older Torch torch <2.3 # fixme: freeze until AMP compatibility is resolved lightning >=2.0.0 hivemind @ git+https://github.com/learning-at-home/hivemind.git@213bff98a62accb91f254e2afdccbf1d69ebdea9; sys_platform == 'linux' - From 4c87d8d2aa9d9a0fe1b847b3646faabecf0225bf Mon Sep 17 00:00:00 2001 From: Luciferian Ink Date: Mon, 26 Aug 2024 03:25:54 -0500 Subject: [PATCH 3/5] fix format --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f2d3397..77862a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ numpy <2.0 # needed for older Torch torch <2.3 # fixme: freeze until AMP compatibility is resolved lightning >=2.0.0 -hivemind @ git+https://github.com/learning-at-home/hivemind.git@213bff98a62accb91f254e2afdccbf1d69ebdea9; sys_platform == 'linux' +hivemind @ git+https://github.com/learning-at-home/hivemind.git@213bff98a62accb91f254e2afdccbf1d69ebdea9 +hivemind >=1.1.0; sys_platform == 'linux' \ No newline at end of file From 76e8a3073f7adf04c4f9930909d1490a5a3761f2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 08:28:06 +0000 Subject: [PATCH 4/5] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 77862a1..99b763a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ numpy <2.0 # needed for older Torch torch <2.3 # fixme: freeze until AMP compatibility is resolved lightning >=2.0.0 hivemind @ git+https://github.com/learning-at-home/hivemind.git@213bff98a62accb91f254e2afdccbf1d69ebdea9 -hivemind >=1.1.0; sys_platform == 'linux' \ No newline at end of file +hivemind >=1.1.0; sys_platform == 'linux' From 45b5feb530d9bc3966feef6b274237450ea5d0ef Mon Sep 17 00:00:00 2001 From: Ryan Brooks Date: Sun, 27 Apr 2025 15:39:00 -0500 Subject: [PATCH 5/5] lift hivemind version constraint --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 99b763a..11d2423 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy <2.0 # needed for older Torch -torch <2.3 # fixme: freeze until AMP compatibility is resolved +torch lightning >=2.0.0 -hivemind @ git+https://github.com/learning-at-home/hivemind.git@213bff98a62accb91f254e2afdccbf1d69ebdea9 +hivemind hivemind >=1.1.0; sys_platform == 'linux'