Skip to content

Commit

Permalink
fi
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Oct 30, 2023
1 parent bab2e50 commit 2252c66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mlc_llm/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,6 @@ def mod_transform_before_build(
]
)(mod)

print(mod)

mod = mlc_llm.transform.FuseTransposeMatmul()(mod)
mod = relax.pipeline.get_pipeline()(mod) # pylint: disable=no-value-for-parameter
mod = mlc_llm.transform.FuseDecodeMatmulEwise()(mod)
Expand Down

0 comments on commit 2252c66

Please sign in to comment.