Unverified Commit 615e2e5f authored by Frank Lee's avatar Frank Lee Committed by GitHub
Browse files

[test] fixed lazy init test import error (#3799)

parent ad93c736
...@@ -15,7 +15,7 @@ try: ...@@ -15,7 +15,7 @@ try:
from colossalai.utils.model.experimental import LazyInitContext, LazyTensor, _MyTensor from colossalai.utils.model.experimental import LazyInitContext, LazyTensor, _MyTensor
except: except:
pass pass
from utils import SUPPORT_LAZY, assert_dist_model_equal, set_seed from lazy_init_utils import SUPPORT_LAZY, assert_dist_model_equal, set_seed
from tests.kit.model_zoo import model_zoo from tests.kit.model_zoo import model_zoo
......
import pytest import pytest
from utils import SUPPORT_LAZY, check_lazy_init from lazy_init_utils import SUPPORT_LAZY, check_lazy_init
from tests.kit.model_zoo import model_zoo from tests.kit.model_zoo import model_zoo
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment