Deivanayaki-S opened a new pull request, #17849:
URL: https://github.com/apache/tvm/pull/17849
This PR adds support for the rsub operation in exported program and fx graph
translator torch frontend. By adding this support, the following models are now
able to run successfully:
| **Model Type** | **Models**
|
|-----------------------------|-----------------------------------------------|
| Text Generation | gpt2
|
| | facebook-opt 125M
|
| | distillgpt2
|
| Question Answering | bert-base-cased
|
| | Indobert-QA
|
| Summarisation | text_summarisation
|
| Text Classification | ProsusAI/finbert
|
| | ms-marco-MiniLM-L6-v2
|
| | bert-base-multilingual-uncased-sentiment
|
| | bge-reranker-v2-m3
|
| | twitter-roberta-base-sentiment-latest
|
| Token Classification | wikineural-multilingual-ner
|
| | french-camembert-postag-model
|
| Text2Text Generation | grammar_error_correcter_v1
|
| | google/byt5-base
|
| | google/flan-t5-small
|
| Zero-shot Classification | distilcamembert-base-nli
|
| | scandi-nli-large
|
| | nli-MiniLM2-L6-H768
|
| | rubert-base-cased-nli-threeway
|
| Text-to-Audio | facebook/musicgen-small
|
| Text-to-Speech | microsoft/speecht5_tts
|
| Audio Classification | anton-l/wav2vec2-random-tiny-classifier
|
| Video Classification | microsoft/xclip-base-patch32
|
| Object Detection | microsoft/table-transformer-detection
|
| | facebook/detr-resnet-50
|
| Image to Text | Salesforce/blip-image-captioning-base
|
| Zero-shot Image Classification | openai/clip-vit-base-patch32 |
| | patrickjohncyh/fashion-clip
|
--
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]