From 955463e542e2b986da3280be7daad7ebb760a7ea Mon Sep 17 00:00:00 2001 From: lucasliunju Date: Mon, 16 May 2022 09:29:10 +0800 Subject: [PATCH] [NFC] polish __init__.py code style (#965) --- colossalai/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/colossalai/__init__.py b/colossalai/__init__.py index e7ea7d65a..f3882e962 100644 --- a/colossalai/__init__.py +++ b/colossalai/__init__.py @@ -2,3 +2,4 @@ from .initialize import (initialize, launch, launch_from_openmpi, launch_from_slurm, launch_from_torch, get_default_parser) __version__ = '0.0.1' +