From c39485bca001bc7adc5e6925bb2e094c03aa3295 Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Tue, 30 May 2023 08:26:28 +0530 Subject: [PATCH] added instructions for mac --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0a29750..c74dfc9 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ cd onnxruntime pip install build/Linux/Release/dist/*.whl ``` +### Mac +``` +pip uninstall onnxruntime +pip install onnxruntime-silicon +``` + ## Usage > Note: When you run this program for the first time, it will download some models ~300MB in size.