Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some models initialize tensors during the first forward pass and reuse it for next iterations. This causes model to recompile . One temporary solution is to run torch model once before compilation. Related issue is here: CentML/hidet#291 Co-authored-by: Zhumakhan <nazirzhumakhan@gmail,.com>
- Loading branch information