I just used git rebase to pick the commits onto top ``` git checkout [the-commit] git rebase --onto [branch] HEAD~1 ```
There might be other commands to cherry pick as well. In future perhaps we could try a staging branch before we finalize and put things under the release branch. Let us still if there are still blockers atm -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/13586#issuecomment-1438898657 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm/issues/13586/1438898...@github.com>