[WIP 2023] Integrating Custom PyTorch c++ Extensions #610
GeorgeS2019
started this conversation in
Ideas
Replies: 2 comments
-
For relevant .NET deep NLP "Operators" reusability discussion |
Beta Was this translation helpful? Give feedback.
0 replies
-
Another relevant discussion here: NER transformers model packed in one onnx file with Sentencepiece Tokenizer. Especially here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Update March 2023
Recently the ONNXRUNTIME project has updated extensively the documentations on Contributed Operators and Custom Operators
May2022: CUSTOM C++ AND CUDA EXTENSIONS
CUSTOM C++ AND CUDA EXTENSIONS
This will be a WIP discussion as the steps needed to bring pytorch extension is unclear and what are the values and benefits of doing so.
For an example of a pytorch custom c++ extension: pytorch2onnx_custom_op
For a list of Contributed Operators in c++ that are now provided under the framework of OnnxRuntime
Many of these contributed operators are HuggingFace Transformer deep NLP related and could be relevant to the discussion: Language translation with transformer using TorchData and TorchText
Beta Was this translation helpful? Give feedback.
All reactions