How to save model compiled by VirtualMachine

Hi @namduc, you can use vm_exec.save() to save the executable. Checkout the code example here: tvm/vm.py at main · apache/tvm · GitHub.

1 Like