From c1692c6eb6d4dcc40615527745688356387d38f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Wed, 1 Feb 2023 06:38:43 +0100 Subject: [PATCH] Bump max deepspeed version to 0.8.0 (#16469) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jirka Co-authored-by: Carlos MocholĂ­ --- requirements/fabric/strategies.txt | 2 +- requirements/pytorch/strategies.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/fabric/strategies.txt b/requirements/fabric/strategies.txt index 8864948a19..83f1e3e963 100644 --- a/requirements/fabric/strategies.txt +++ b/requirements/fabric/strategies.txt @@ -1,3 +1,3 @@ # NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment -deepspeed>=0.6.0, <=0.7.0; platform_system != "Windows" +deepspeed>=0.6.0, <=0.8.0; platform_system != "Windows" diff --git a/requirements/pytorch/strategies.txt b/requirements/pytorch/strategies.txt index c5fbf3dc5b..91e8bec70d 100644 --- a/requirements/pytorch/strategies.txt +++ b/requirements/pytorch/strategies.txt @@ -1,3 +1,3 @@ # NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment -deepspeed>=0.6.0, <=0.7.0 +deepspeed>=0.6.0, <=0.8.0