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'm doing some research with quantized models and i want to confirm one thing.
Does onnxruntime python package, installed on MacOS with Apple Silicon, actually uses arm-specific instructions(like faster int8 matmul) when running inference of quantized onnx models?
Specifically, i'm using onnxruntime through optimum library, and i am running BERT-base model, dynamically quantized for arm64 with this config(i.e u8/s8 quantization). My hardware is MBP 13 with Apple M1, macOS 13.2.1.
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
-
Hi,
I'm doing some research with quantized models and i want to confirm one thing.
Does onnxruntime python package, installed on MacOS with Apple Silicon, actually uses arm-specific instructions(like faster int8 matmul) when running inference of quantized onnx models?
Specifically, i'm using onnxruntime through optimum library, and i am running BERT-base model, dynamically quantized for arm64 with this config(i.e u8/s8 quantization). My hardware is MBP 13 with Apple M1, macOS 13.2.1.
Beta Was this translation helpful? Give feedback.
All reactions