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