microsoft / microsoft/onnxruntime
Add onnxruntime_extensions in onnxruntime docker file
@wenbingl is already working on this.
Since Aug 11, 2021.
- Dominant language
- C++
- Stars
- 21.9k
- Forks
- 4.2k
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 179
Description
Is your feature request related to a problem? Please describe.
I was using Universal Sentence Encoder Multilingual using onnxruntime and onnxruntime_extensions python SDKs which is working fine. But when I moved to onnxruntime docker image and received the error for SentencepieceTokenizer. So can we have this part of our docker file and onnxruntime session?
Similarly, TF requires tensorflow-text in SDK but in a docker image, it was supported by default.
System information
- ONNX Runtime version (you are using): local_build (as specified in this file)
Describe the solution you'd like
We can include the onnxruntime_extensions module in the docker file and in the ort session.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.