From 21bf000659d625d4e60aa3cbc54024a3e0e01553 Mon Sep 17 00:00:00 2001 From: Fazzie <1240419984@qq.com> Date: Mon, 3 Oct 2022 13:12:40 +0800 Subject: [PATCH] update version to 0.1.10 --- colossalai/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colossalai/__init__.py b/colossalai/__init__.py index 1cecbd43af4e..79ae1ba160b5 100644 --- a/colossalai/__init__.py +++ b/colossalai/__init__.py @@ -8,4 +8,4 @@ from .initialize import (initialize, launch, launch_from_openmpi, launch_from_slurm, launch_from_torch, get_default_parser) -__version__ = '0.1.9' +__version__ = '0.1.10'