drop colossalai from testing as no stable release yet (#16122)

This commit is contained in:
Jirka Borovec 2022-12-21 21:32:59 +09:00 committed by GitHub
parent 1c0228833d
commit 1e16836a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package # 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 # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
colossalai>=0.1.10 # colossalai>=0.1.10 # TODO: uncomment when there's a stable version released
fairscale>=0.4.5, <0.4.13 fairscale>=0.4.5, <0.4.13
deepspeed>=0.6.0, <=0.7.0 deepspeed>=0.6.0, <=0.7.0
# no need to install with [pytorch] as pytorch is already installed # no need to install with [pytorch] as pytorch is already installed