Skip to content

Commit e2b632a

Browse files
awaelchliBorda
authored andcommitted
Bump max deepspeed version to 0.8.0 (#16469)
Co-authored-by: Jirka <[email protected]> Co-authored-by: Carlos Mocholí <[email protected]> (cherry picked from commit c1692c6)
1 parent b553dca commit e2b632a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/fabric/strategies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
3-
deepspeed>=0.6.0, <=0.7.0; python_version>"3.7" and platform_system != "Windows"
3+
deepspeed>=0.6.0, <=0.8.0; python_version>"3.7" and platform_system != "Windows"

requirements/pytorch/strategies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# colossalai>=0.1.12
55
fairscale>=0.4.5, <0.4.13
6-
deepspeed>=0.6.0, <=0.7.0
6+
deepspeed>=0.6.0, <=0.8.0
77
# no need to install with [pytorch] as pytorch is already installed
88
horovod>=0.21.2, !=0.24.0, <=0.26.1
99
hivemind==1.1.5; sys_platform == 'linux'

0 commit comments

Comments
 (0)