[fx] refactor tracer to trace complete graph (#1342)

* [CLI] add CLI launcher

* Revert "[CLI] add CLI launcher"

This reverts commit df7e6506d4.

* [fx] refactor tracer to trace complete graph

* add comments and solve conflicts.
This commit is contained in:
YuliangLiu0306
2022-07-20 11:20:38 +08:00
committed by GitHub
parent 2cc1175c76
commit 942c8cd1fb
9 changed files with 160 additions and 20 deletions

View File

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