Kushagra-88 commented on issue #17745:
URL: https://github.com/apache/tvm/issues/17745#issuecomment-2721132849

   For relax.build() to work properly, it expects the model to be lowered to 
TensorIR before compilation.
   
   Before calling relax.build(), add this transformation:
   tvm_model = relax.transform.LowerToTensorIR()(tvm_model)
   
   It should work.


-- 
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