alexwong commented on issue #4497: [Relay] Add a PyTorch to Relay Parser
URL: https://github.com/apache/incubator-tvm/pull/4497#issuecomment-583162272
 
 
   > @alexwong CI has been updated (see #4826, #4827). Can you try remove torch 
version check and see what happens?
   
   Sure, I removed it but should it be
   
   `
   if (version.parse(torch.__version__) >= version.parse("1.4.0")):
   torch._C._jit_pass_inline(self._graph)
   `
   
   for backwards compatibility? I think I ran into issues with the pass when 
using previous versions of torch.
   

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


With regards,
Apache Git Services

Reply via email to