masahi commented on issue #13664:
URL: https://github.com/apache/tvm/issues/13664#issuecomment-1365793554

   Mine is
   
   ```
   torch version: 1.13.0+cpu, tvm version: 0.11.dev0, transformers version: 
4.24.0
   ```
   
   but Huggingface BERT should be supported regardless of the PT or 
`transformers` versions. I have the script 
https://github.com/masahi/torchscript-to-tvm/blob/master/transformers/bert_clean.py
 working for a long time. 
   
   > By the way, does TVM support converting dynamic-shaped models currently?
   
   Some frontends (ONNX, maybe TF too) support dynamic input shape. The PT 
frontend doesn't support dynamic input shape, but it supports dynamic-shape 
output (MaskRCNN etc). 


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