areusch opened a new issue, #12742:
URL: https://github.com/apache/tvm/issues/12742

   See 
https://discuss.tvm.apache.org/t/how-to-get-rid-of-deprecated-target-warning-for-marvell-hybrid-target/13497.
   
   ```
   $python3 -m pdb  -m tvm.driver.tvmc compile --target="mrvl, llvm" 
--output=b11_mlf.tar  cnn_b11.0_model.onnx
   
   UserWarning: target_host parameter is going to be deprecated. Please pass in 
tvm.target.Target(target, host=target_host) instead.
     "target_host parameter is going to be deprecated. "
   ```
   
   The warning should not be printed.


-- 
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: commits-unsubscr...@tvm.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to