[fx] added timm model tracing testing (#1221)

This commit is contained in:
Frank Lee
2022-07-07 14:02:17 +08:00
committed by GitHub
parent 280a81243d
commit b6cb5a47ad
4 changed files with 125 additions and 4 deletions

View File

@@ -3,7 +3,6 @@ from colossalai.fx.proxy import ColoProxy
import pytest
@pytest.mark.skip
def test_coloproxy():
# create a dummy node only for testing purpose
model = torch.nn.Linear(10, 10)