cyx-6 commented on issue #15805:
URL: https://github.com/apache/tvm/issues/15805#issuecomment-1751243263

   I see. Actually, we cannot apply `ExternModule` onto the original model. 
`ExternModule` is the new `nn.Module` interface, from `tvm.relax.frontend.nn`. 
But original llama model is from `tvm.relax.testing`, which is another 
interface and not compatible with the new `nn.Module` interface.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to