From 1e16836a2ccfcf0921d653a3bd8b9332f3d597c8 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Wed, 21 Dec 2022 21:32:59 +0900 Subject: [PATCH] drop colossalai from testing as no stable release yet (#16122) --- requirements/pytorch/strategies.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytorch/strategies.txt b/requirements/pytorch/strategies.txt index 101415a7c9..4a7bee510c 100644 --- a/requirements/pytorch/strategies.txt +++ b/requirements/pytorch/strategies.txt @@ -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 # 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 deepspeed>=0.6.0, <=0.7.0 # no need to install with [pytorch] as pytorch is already installed