Bump max deepspeed version to 0.8.0 (#16469)
Co-authored-by: Jirka <jirka.borovec@seznam.cz> Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
This commit is contained in:
parent
34140c0603
commit
c1692c6eb6
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue