Easy steps to install onnxruntime package on Mac
Package Information:
Application Name – onnxruntime
What is onnxruntime – ONNX Runtime is a cross-platform inference and training machine-learning accelerator compatible with deep learning frameworks, PyTorch and …
Use of onnxruntime – Cross-platform, high performance scoring engine for ML models
URL – https://github.com/microsoft/onnxruntime
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install onnxruntime using brew
brew install onnxruntime
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
onnxruntime is ready to use now!