masahi commented on issue #6535:
URL: https://github.com/apache/incubator-tvm/issues/6535#issuecomment-697274278


   Yes, we want to support a newer version but our quantization support is 
completely broken in PyTorch 1.6 due to the breaking change they introduced 
https://github.com/pytorch/pytorch/issues/42497. I don't know a simple 
workaround for this. 
   
   Either we wait for Torch people to fix this issue or we spend significant 
effort to add workaround. Until then we are stuck with 1.4 or 1.5 (CI is at 
1.4)  
   
   The ops `aten::tensor`, `aten::empty`, and `aten::numel` are very trivial 
ops actually, so if you want to just convert 1.6 detection models, adding 
support for them is shouldn't be hard.  


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

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


Reply via email to