From 4df80d110c6efb03ae5787476cedbace6d1ca252 Mon Sep 17 00:00:00 2001 From: Ning Wang Date: Thu, 6 Jun 2024 10:40:48 -0700 Subject: [PATCH 1/2] a --- tests/trainer/test_fsdp_checkpoint.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/trainer/test_fsdp_checkpoint.py b/tests/trainer/test_fsdp_checkpoint.py index 60a757f3de..ea5263c6c3 100644 --- a/tests/trainer/test_fsdp_checkpoint.py +++ b/tests/trainer/test_fsdp_checkpoint.py @@ -491,6 +491,7 @@ def test_fsdp_mixed_with_sync( '0.20.0', '0.21.0', '0.22.0', + '0.23.0', ], ) @pytest.mark.filterwarnings(r'ignore:.*metrics are not saved with sharded state dict.*:UserWarning') From e60082c0e4795afb29a3ecb80577e96409b94ddc Mon Sep 17 00:00:00 2001 From: Ning Wang Date: Fri, 7 Jun 2024 18:37:36 -0700 Subject: [PATCH 2/2] a --- composer/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer/_version.py b/composer/_version.py index 50d801763e..a38b61a722 100644 --- a/composer/_version.py +++ b/composer/_version.py @@ -3,4 +3,4 @@ """The Composer Version.""" -__version__ = '0.23.2' +__version__ = '0.24.0.dev0'