[fx]refactor tracer (#1335)

This commit is contained in:
YuliangLiu0306
2022-07-19 15:50:42 +08:00
committed by GitHub
parent bf5066fba7
commit 4631fef8a0
8 changed files with 50 additions and 48 deletions

View File

@@ -7,6 +7,7 @@ BATCH_SIZE = 1
SEQ_LENGHT = 16
@pytest.mark.skip('skip due to tracer')
def test_opt():
MODEL_LIST = [
transformers.OPTModel,