You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the quantized version of https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2/blob/main/onnx/model_qint8_arm64.onnx. on aarch64 architecture. But is not able to generate embedding. It is failing when I run sessin.run() function. But the avx2.onnx version is running fine on linux. I am using ort = { version = "=2.0.0-rc.0", default-features = false, features=["ndarray"], optional = true }
ort-sys = { version = "=2.0.0-rc.0", optional = true } these version for onnx run time.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to run the quantized version of https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2/blob/main/onnx/model_qint8_arm64.onnx. on aarch64 architecture. But is not able to generate embedding. It is failing when I run sessin.run() function. But the avx2.onnx version is running fine on linux. I am using ort = { version = "=2.0.0-rc.0", default-features = false, features=["ndarray"], optional = true }
ort-sys = { version = "=2.0.0-rc.0", optional = true } these version for onnx run time.
Can you please provide some opinion ??
Beta Was this translation helpful? Give feedback.
All reactions