"deploy/vscode:/vscode.git/clone" did not exist on "643659c6ef4a5321304aad6bbe19051e1634bf60"
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:
from colossalai.utils.model.experimental import LazyInitContext, LazyTensor, _MyTensor
except:
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
......
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
......
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