Open istoneyou opened 1 year ago
What version of the onnxruntime-extensions package are you using?
What version of the onnxruntime-extensions package are you using? 0.9.0
The SentencePiece tokenizer isn't currently included in the Android package for onnxruntime-extensions. https://github.com/microsoft/onnxruntime-extensions/blob/main/tools/android/package_ops.config
We can look at adding it. In order to prioritize it would be helpful if you could provide some info on what you're trying to do and why? e.g. experimentation, production scenario, hard requirement to use this particular model or it was semi-randomly chosen and a different model which uses a supported tokenizer like BertTokenizer could alternatively be used?
I met the same issue when I was trying to use ulrv6.fairseq.model.onnx to do the tokenizer for Florence text embedding on my Android project. I also tried to convert it to ORT but got the same error message.
Could this be added in onnxruntime-extensions for Android Java/Kotlin runtime? Or do I have to use this model from the native C/C++ code level? Any suggestion?
This issue has been automatically marked as stale due to inactivity and will be closed in 7 days if no further activity occurs. If further support is needed, please provide an update and/or more details.
It will be included in the next release of extensions.
Describe the issue
When I run the universal-sentence-encoder-multilingual model,I got the below error.
To reproduce
Model: universal-sentence-encoder-multilingual-3-onnx
Urgency
No response
Platform
Android
OS Version
13
ONNX Runtime Installation
Released Package
Compiler Version (if 'Built from Source')
No response
Package Name (if 'Released Package')
None
ONNX Runtime Version or Commit ID
onnxruntime-android 1.13.1
ONNX Runtime API
Java/Kotlin
Architecture
ARM64
Execution Provider
Default CPU
Execution Provider Library Version
No response