masahi commented on issue #4497: [WIP] [Relay] Add a PyTorch to Relay Parser
URL: https://github.com/apache/incubator-tvm/pull/4497#issuecomment-580244271
 
 
   @alexwong the CI is not updated even if you update the docker script in this 
PR (see https://docs.tvm.ai/contribute/pull_request.html#ci-environment). To 
update for v1.4, first we need to wait for #4756 to be merged.
   
   In the mean time, you can use
   ```Python
   if torch.__version__ != "1.2.0":
       torch._C._jit_pass_inline(graph)
   ``` 
   to unblock your testing.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to